Hi all@Rob_Hatch
I am trying to create a new record (as a Guest user) but want to assign to an account owner (internal Salesforce user) from a picklist and save.
However, I am now facing an issue as follows:
‘insufficient access rights on cross-reference id’
After googling, it seems that it is a Salesforce error related to the following:
Scenario: When creating a record and attempting to assign it to a new user in the same call
Possible Cause: Create a record first, and in a separate call update the record with a new OwnerId.
How can I do this with Skuid - ie. Save the record and then update it after with a changed Owner?