In Dynamics 2013 (6.1) when we try to route queue items we will get "Business Queues" as the default Lookup view. Is there any supported way to customise this default 'Business Queues' lookup view to point to different public view. From the user perspective, It is a pain to go through and change the defaulted view(Business Queues) to a different view every time.
Also I have done some investigation on the above query but can't find the solution. Could someone please suggest. Many thanks in advance.
*This post is locked for comments
Hi @Sven Vervynckt,
I appreciate it is a old post but I am interested to know the answer if we have anything to achieve this.
Thank you for your post on finding a way to change to the default Queue Lookup view. Could you please let us know to which form you have added the above script. Because in the code you are referring to the queue and if we take email as example...which we want to add to the Queue then to which form we have to add the given code. Thanks
Hi, I did found a way to change the Default Queue Lookup view.
var filterQueueView = function () { theFormContext.getControl("from").setEntityTypes(['queue']); theFormContext.getControl("from").setDefaultView("24A4ACCC-A159-EC11-8F8F-0022489C86CB"); // Custom System View "Queue's I'm a Member of" };
I think we can't change the default view which I found from the below link from Microsoft.
Yah...! I already seen the given link. But here what I am looking for is to change the default view from 'Business Queues' to another view.
Hi have you had a chance to review the following article?
crmtipoftheday.com/.../there-is-no-queue-like-business-queue
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,902 Super User 2024 Season 2
Martin Dráb 229,316 Most Valuable Professional
nmaenpaa 101,156