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
Hari.gsHari.gs 

To change SystemModStamp

 

Hi All,

 

I have a requirement that to sync my salesforce data with my marketing team. To sync data, it checks whether there is any change in the 'SystemModStamp' field. The 'SystemModStamp' will be updated only when any field change is occured. But my problem is, i have a formula field, its value will be increamented each day, but i could know that the change in a formula field will not affect the 'SystemModStamp' value. But some how i need to sync all my Account details, there are around 15000 Accounts.

 

I was thinking to write a apex scheduler which iterate through all the records and just update each records. Is it possible to do for all the 15000 records? Is there any other solution for doing this? Please help.

 

Thanks and Regards

Hari G S