Hi Everyone,
I have a Problem with Lookup view Default Setting, I have written a custom view and attached it to the lookup contol on the form load, the lookup view is generated and assigned to the lookup control but it is not selected as the Default view to be displayed. i have already specified in the code that it should be displayed as the Default view but its not working.
the following is my code for Setting the view as Default view.
Xrm.Page.getControl('controlName').setDefaultView(viewId.toUpperCase());
Any help in this regard will be highly appreciated,
Best Regards