function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
test1 rettest1 ret 

Highlighting the updated fields

HI, 

I have a requirement  where if there is a change in any of the fields of a custom object we need to highlight those fields on the pagelayout to make it easier for the admin to figure out the updated fields.? I am aware that we can write a trigger compare the old and new values and send an email alert to admin. So i thought of that solution, but the user needed the highligting of the updated fields.

How can i acheive this?

Can anyone please help with this.

​Thanks in advance!!!
Amit Sinha 39Amit Sinha 39
I do not think salesforce offers field highlighting out of the box. If you were using a custom visual force page you could but in standard page I would suggest looking into tracking field history https://help.salesforce.com/HTViewHelpDoc?id=tracking_field_history.htm
test1 rettest1 ret
Thanks Amith!!