Is it possible to assign SalesForce Account to someone via API? I checked existing method, but didn’t find anything.
I know, that there are exist Account Assignment Rules, but is it possible via API too?
Is it possible to assign SalesForce Account to someone via API? I checked existing
Share
You would call update() passing in an Account structure that specified the Id of the Account and the Id of the new owner(aka user) in the OwnerId field.