I am trying to default a lookup view in the partners partylist field to a custom My View. Works great with System Views, but I can't seem to get it to work with My Views. Is this possible?
Using the code,
function AccountLookup()
{
Xrm.Page.getAttribute("partners").setLookupTypes(["account"]);
Xrm.Page.getControl("partners").setDefaultView("{ViewId}");
}
where ViewId was captured within the url of the edited Advanced View screen.
Steven
*This post is locked for comments