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
ramkramk 

update a case modified date when object is updated

Hi

I have a Contact Object in case Detail

Now whenever i change the contact in case the last modified date must be update

How can i acheive this??

Thanks

 

 

EnthEnth
Which last modified, the contact's or the case's ?

If you change the value of a Contact on the Case the Last Modified is automatically updated. If you want the Contact's Last Modified to be updated you'll need to somehow force at least an update of that Contact record through either Apex, Javascript or similar.