locked
Calculate ModifiedBy for a particular field RRS feed

  • Question

  • Hi,

    I am using CRM 2013 and I want to calculate modifiedby for a particular field and not for the whole record. For example, I have a field called A which is a dropdown and B which is a user lookup. Initially both are null. When someone changes A's value, B should give the name who changed A's value. Again if someone changes A's value, then B should give the name who last modified A. In case there is some other change in the record then that should not change the value of B as A is not changed.

    Please advise how to do it

    Thanks in advance 

    Thursday, October 8, 2015 11:19 PM

All replies

  • Hello,

    There is no way of doing that.

    One thing I can suggest is to create 2 custom fields - datetime and lookup to systemuser and develop some kind of approach that will populate those fields (this can be a plugin or a synchronous workflow).


    Dynamics CRM MVP
    My blog

    Friday, October 9, 2015 5:18 AM
    Moderator