Question
Capgemini
IN
Last activity: 24 Sep 2016 2:19 EDT
Field Level Auditing - Visual Representation
Hi All,
Just wanted to know if there is any OOTB feature using which we can provide a visual representation of the field level auditing feature.
e.g. There are 3 fields in a particular screen and the value of 2 of them changes - which is being tracked by field level auditing. Is there any OOTB feature using which we can highlight / mark those 2 fields which have undergone changes so that a user can easily identify them (without having to go to the audit tab)? Or, is this something which is not supported in any way by OOTB features and we need to write a custom control for it.
Suggestions, thoughts are most welcome. Thanks
***Updated by moderator: Lochan to add Categories***
Hello
I think there is no such OOTB feature for this.
If you want to just highlight the field then you can just apply some style via the presentation tab of the control and use some flag in the pyTrackSecurityChangesto which you can refer in your logic . There is no need to create a new control for that.