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
aolivenciaaolivencia 

modify data from different orgs

Hi,

I have a Org "A" and an Org "B"

Can I modify objects in "B" from "A" ?

 

pseudocode in A would be:

b = newB() ;

b.doSomething();

 

Thanks in advance.