Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error Occurred: An Apex error occurred: System.SObjectException: Field OwnerId is not editable #22

Open
Jonathan-Stringer opened this issue May 13, 2020 · 2 comments

Comments

@Jonathan-Stringer
Copy link

I am trying to update the Task Owner from a queue to an individual if its still owned by the queue 2hrs after the Task creation. The OWD is Private for Activities is the reason why i get the OwnerID is not editable error? If so how would I work around the issue?

@dmatthews35
Copy link

dmatthews35 commented Aug 26, 2020

I'm trying to update the Case Owner from a queue to an individual if its still owned by the queue. All users in my group have full access to case records but I get an OwnerID is not editable error. Any assistance would be appreciated.

Error Occurred During Flow "case560_500_IP_CUCB_RR_case_assignment": An Apex error occurred: System.SObjec...
Error element myRule_1_A1 (FlowActionCall).
An Apex error occurred: System.SObjectException: Field OwnerId is not editable
ROUNDROBINASSIGNER (APEX): myRule_1_A1
Inputs:
groupName = Services
recordId = {!SObject.OwnerId} (00G370000014QuKEAU) <- in PB logs, the proper Case ID is being processed but 00G370000054QuKEAU Group ID does not match the Group ID of the PB round-robin group name string, which is the Public Group Label... not the API name.

@JonBissell89
Copy link

JonBissell89 commented Aug 29, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants