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
The Unlock portion of this does not appear to work for users that don't otherwise have the ability to manually lock/unlock. I have confirmed a System Admin triggering the change is able to lock / unlock without issue.
I've tried every workaround I can think of to get it to work (time-based WFR initiating a change to force the record to be evaluated as the Admin running the TB WFR, delayed Process Builder Action etc.) and can't get past: "An Apex error occurred: System.DmlException: Delete failed. First exception on row 0 with id 04Z3F000000AK01; first error: INSUFFICIENT_ACCESS_OR_READONLY, insufficient access rights on object id: [] "
The text was updated successfully, but these errors were encountered:
Found a solution: use Session Based Permission Set in Visual Flow to Activate / Deactivate the Session Based Permission set (add Screen for user to click Next to break up operations). Lookup user's Profile & Assigned Permission Sets to display the proper errors, extra steps etc.
On Jul 24, 2019, at 1:42 PM, gingerbyte ***@***.***> wrote:
Found a solution: use Session Based Permission Set in Visual Flow to Activate / Deactivate the Session Based Permission set (add Screen for user to click Next to break up operations). Lookup user's Profile & Assigned Permission Sets to display the proper errors, extra steps etc.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
The Unlock portion of this does not appear to work for users that don't otherwise have the ability to manually lock/unlock. I have confirmed a System Admin triggering the change is able to lock / unlock without issue.
I've tried every workaround I can think of to get it to work (time-based WFR initiating a change to force the record to be evaluated as the Admin running the TB WFR, delayed Process Builder Action etc.) and can't get past: "An Apex error occurred: System.DmlException: Delete failed. First exception on row 0 with id 04Z3F000000AK01; first error: INSUFFICIENT_ACCESS_OR_READONLY, insufficient access rights on object id: [] "
The text was updated successfully, but these errors were encountered: