Hi ,
I am using below code to build custom view in dynamics 365 web client. It is working fine, But same code is not working in UCI.
I can able to bind the view but "disableviewpicker" is not working. IS ther any alternate way to set disable view picker in UCI.
Xrm.Page.getControl("new_resource").addCustomView(viewId, entName, vwName, resourceFetch, resourceLayoutXml, true);
document.getElementById("new_resource").attributes.disableviewpicker.value = "1";
Regards,
Sravan. j
*This post is locked for comments