web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Dynamics 365 Community / Blogs / xrm CRM Dynamics / Dynamics CRM 365 Deep dive ...

Dynamics CRM 365 Deep dive into Xrm.Utility.lookupObjects

Bipin D365 Profile Picture Bipin D365 28,985 Moderator
To open lookup control on HTML web resource use below code. function openMarketingList() { var imgButton = $("#crmOtherLookup").attr("src"); if (imgButton == "/_imgs/btn_off_lookup.png") { var objectTypeCode = 4300; var lookupParameters = {}; //specify the list of entity types to be displayed in lookup dialog lookupParameters.entityTypes = ["list"]; //Sepecify the default entityType need to be displayed lookupParameters.defaultEntityType… Continue reading Dynamics CRM 365 Deep dive into Xrm.Utility.lookupObjects

Comments

*This post is locked for comments