You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got everything running as expected in Sandbox. When I go to install all the components in Prod, I get this error:
Deployment CompleteTest failure, method: CaseCommProcessorTest.test -- System.DmlException: Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, field integrity exception (Guest users cannot be record owners.): [] stack Class.CaseCommProcessorTest.setup: line 11, column 1
Which is sort of funny because I'm using the ReCaptcha in a Flow in our Community to prevent a Guest user from owning a case.
The text was updated successfully, but these errors were encountered:
Yeah, the guest user issue is the reason the Global Action I had stopped working and why I'm using a Flow and need the Recaptcha. My default is already set & I can't set the Flow context because I can't changeset the Flow from Sandbox without Recaptcha components being installed. I think I've found that space between a rock and a hard place.
I got everything running as expected in Sandbox. When I go to install all the components in Prod, I get this error:
Deployment CompleteTest failure, method: CaseCommProcessorTest.test -- System.DmlException: Insert failed. First exception on row 0; first error: FIELD_INTEGRITY_EXCEPTION, field integrity exception (Guest users cannot be record owners.): [] stack Class.CaseCommProcessorTest.setup: line 11, column 1
Which is sort of funny because I'm using the ReCaptcha in a Flow in our Community to prevent a Guest user from owning a case.
The text was updated successfully, but these errors were encountered: