Reputation:
I am looking for a solution to my problem. Is there a way to grab the value of the queue that a user assigns a case to on the case form. I would like to add the queue name to a custom attribute for further use during the save. I am using CRM 4 enterprise
Thanks J
Upvotes: 0
Views: 2027
Reputation: 39261
Create an ASP.NET page which in it's URL takes the ticket ID and either:
How does the ASP.NET page get that? You need to call the web service and query the queue items entity for queue item which has a item id matching your ticket. Then check the queue id property to get the queue.
Upvotes: 1