Search code examples
queueentitydynamics-crm-2011

How to add item/entity to a queue dynamics crm 2011 using SOAP endpoint


How can I add an item/entity to a queue in dynamics crm 2011 programmatically using SOAP calls. Any help will greatly appreciated.


Solution

  • Use AddToQueueRequest and CRM organization service endpoint to add item to the queue. For more details see this post. Or this one

    Try more Googling before asking the question. It's not very hard to find this info.