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
Rahul MehataRahul Mehata 

Restrct unnecessary lastmodified date and lastmodified name

User is not updating any record in the lead object still its updating lastmodified date and lastmodified name on my name or current logged in user due to backend api callous. How can restrict this. Please help.
VinayVinay (Salesforce Developers) 
Hi Rahul,

You would need to check connected apps, custom settings, API logic components and external systems(if you have any )  see if your user credentials has been referenced any where for API callout for DML operation in salesforce.

Also set debug logs to see if you can find any component details which is related to API, also try to retrieve your org metadata of all components and search with your user name and see if you can find any related references.

Please mark as Best Answer if above information was helpful.

Thanks,