Populate the field updates in new fields

Dileep2
Tera Contributor

Hi All,

 

There are two fields Next Action (Reference) and Next Action Notes (String) and two new fields "Next Action Notes Last Updated" and "Next Action Owner Last Updated".

 

If any user updates the fields Next Action and Next Action Notes then the field updates (with time) needs to be populated in the newly created fields "Next Action Notes Last Updated" and "Next Action Owner Last Updated". The field updates we can track in Activity Log but this is the requirement. 

 

Please suggest

 

Thank you

2 REPLIES 2

Saurabh Gupta
Kilo Patron
Kilo Patron

Hi,
Write a onBefore BR with the condition if Next Action (Reference) and Next Action Notes (String) changes fill the new field "Next Action Notes Last Updated" (with current date time) and "Next Action Owner Last Updated" (with logged in user).




Thanks and Regards,

Saurabh Gupta

Dileep2
Tera Contributor

Hi Saurabh,

 

Thank you so much for your reply..

 

Can you please send the script..