How to update WorkNotes with Field1 and Field2 values when it changes ?

Virendra K
Kilo Sage

Hi All,

 

Requirement is, I need to update Worknotes with the values of Field1 (dropdown) and Field2 whenever it is getting change.

Also I wanted to track who updated the Field1 (dropdown value from A to B) and Field2. The intention is to captured under reporting metrics for audit.

How I could achieve this, please guide me on this..

 

Regards,

Virendra

1 ACCEPTED SOLUTION

Hello @Virendra K ,

 

Yes, you have to configure the activities to specific view by configure form layout, there you can add new view - add your activities(filtered) and configure your activities fields.

Please find the below screenshots: 

Appanna_0-1712081902295.png

 

Appanna_1-1712081969159.png

 

 

Please accept my answer as Solution. 

Please Mark My Answer as Helpful and Accept as Solution, if you find this article helpful or resolves your issue.

 

View solution in original post

5 REPLIES 5

Appanna M
Tera Guru

Hello @Virendra K ,

 

1. Write an onChange Client script on Field2 to get the value of Field1 and also get the Value of Field2, append these two values and set the worknotes. 

2. Configure the activities for Field1 and Field2 along with Worknotes.

 

Please Mark My Answer as Helpful and Accept as Solution, if you find this article helpful or resolves your issue.

Virendra K
Kilo Sage

Thanks Appanna,

How I could use these field for Audit purpose or track it like who updates these fields ?

I would suggest using the OOB functionality, which is to use Activity->Configure Available fields and add the fields. That would always track changes to the field and also capture who updated it for Audit.

SanjivMeher_0-1712076229784.png

 


Please mark this response as correct or helpful if it assisted you with your question.

Thank Sanjiv, 

I forgot to mention that I need this change for specific "view". will it work as you mentioned above ?