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
sherry pengsherry peng 

Can salesforce provide a feature to modify data across sandboxes?

I want to write a code to modify data among all sandboxes. For example, my code will modify a user's first name on all sandboxes. It can be done manually, but if an org has 100+ sandboxes, it will be hard to do it manually.  Can I use APEX to do this? Does anyone have experience to implement similar function?