mshanemc / roundRobinProcessBuilder

27 stars 10 forks source link

An Apex error occurred: System.DmlException: Update failed. First exception on row 0 with id 0011t00001FbkLJAAZ; first error: FIELD_INTEGRITY_EXCEPTION, Owner ID: id value of incorrect type: 00G1t000001zMPXEA2: [OwnerId] #24

Open ndruelle opened 4 years ago

ndruelle commented 4 years ago

Hi,

I got this error and here is my set up. I have missed anyhting?

Thanks so much

image image image

JonBissell89 commented 4 years ago

Looks like you are trying to update the owner id with something other than a User id.

On Mon, Aug 17, 2020 at 3:59 PM ndruelle notifications@github.com wrote:

Hi,

I got this error and here is my set up. I have missed anyhting?

Thanks so much

[image: image] https://user-images.githubusercontent.com/46381410/90438730-6c07dd80-e0a2-11ea-8a7f-4230bd607c97.png [image: image] https://user-images.githubusercontent.com/46381410/90438887-a8d3d480-e0a2-11ea-8879-26433ccfa8c7.png [image: image] https://user-images.githubusercontent.com/46381410/90438742-72965500-e0a2-11ea-88ba-eae94783c7aa.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mshanemc/roundRobinProcessBuilder/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANJL5LWCSQ6VYBRJPT2V63TSBGD35ANCNFSM4QCECYMQ .

mshanemc commented 4 years ago

The members of your public group should be users and not another group.

On Aug 18, 2020, at 8:17 AM, JonBissell89 notifications@github.com wrote:

 Looks like you are trying to update the owner id with something other than a User id.

On Mon, Aug 17, 2020 at 3:59 PM ndruelle notifications@github.com wrote:

Hi,

I got this error and here is my set up. I have missed anyhting?

Thanks so much

[image: image] https://user-images.githubusercontent.com/46381410/90438730-6c07dd80-e0a2-11ea-8a7f-4230bd607c97.png [image: image] https://user-images.githubusercontent.com/46381410/90438887-a8d3d480-e0a2-11ea-8879-26433ccfa8c7.png [image: image] https://user-images.githubusercontent.com/46381410/90438742-72965500-e0a2-11ea-88ba-eae94783c7aa.png

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mshanemc/roundRobinProcessBuilder/issues/24, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANJL5LWCSQ6VYBRJPT2V63TSBGD35ANCNFSM4QCECYMQ .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

fmorgan-iccu commented 3 years ago

can you use roles?

msharris commented 2 years ago

The members of your public group should be users and not another group.

Thanks for this! I spent ages wondering why the process kept failing. You should make this clearer on the README.