Question
4
Replies
215
Views
Stella
Posted: October 11, 2019
Last activity: October 15, 2019
Closed
Field Level tracking
I
For field level tracking / auditing I am using TrackSecurityChanges. I have a pagelist in a data class that I am trying to track changes to. When a value in one of the pages in the pagelist is changed I see an entry in the history like such:
Changed Contact Email From 'xxx@y.com' To 'bbbb@y.com' The problem with this is that the history memo is not indicating which page in the pagelist this was changed on. What if there were more than one page in the pagelist that had and Email of 'xxx@y.com'. How do I know from the history record which page the Email field was changed on? IS there a custom change I can make to indicate the page? I haven't found a way to do it. ***Moderator Edit-Vidyaranjan: Updated Platform Capability*** |
For field level tracking / auditing I am using TrackSecurityChanges. I have a pagelist in a data class that I am trying to track changes to. When a value in one of the pages in the pagelist is changed I see an entry in the history like such: "Changed Contact Email From 'xxx@y.com' To 'bbbb@y.com' ". The problem with this is that the history memo is not indicating which page in the pagelist this was changed on. What if there were more than one page in the pagelist that had and Email of 'xxx@y.com'. How do I know from the history record which page the Email field was changed on? IS there a custom change I can make to indicate the page? I haven't found a way to do it