We are using CRM Dynamics 2015 update1 (Carina) online. I have C# code that uses an existing queueItem and calls RouteToRequest to move it to a different queue.
The workerId field (which starts out with a value in the existing queueItem) ends up being empty and there does not appear to be a way to set it with RouteToRequest.
So I added code in to update the workerId via calling the PickFromQueueRequest with an execute call.
This errors out with “You are not allowed to pick.” and a stack trace. It does not say anything about security being an issue in the stack trace.
I did locate a Microsoft example of how to update the workedId with the PickFromQueueRequest and it didn’t have anything unexpected in it compared to my code.
Any ideas on why this fails?
*This post is locked for comments