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
Nitin Palmure 5Nitin Palmure 5 

Does salesforce considers syncing as database update ?

Hi Team, 

I would like to know if Salesforce considers syncing as update ?
Will it fire an after update or before update trigger once syncing is done between salesforce and other system ?

Regards,
Nitin V Palmure
Abhik Modak 32Abhik Modak 32
Yup. Sync means DML operation will happen on salesforce database and due to this trigger will fire.