
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 08:48 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 11:20 AM
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:
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 08:59 AM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 09:40 AM
Thanks Appanna,
How I could use these field for Audit purpose or track it like who updates these fields ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 09:44 AM
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.
Please mark this response as correct or helpful if it assisted you with your question.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-02-2024 10:18 AM
Thank Sanjiv,
I forgot to mention that I need this change for specific "view". will it work as you mentioned above ?