Hi,
can I call the assign form of the CRM 365 from outside crm. Like from a web ressource page and using java script?

Hi,
can I call the assign form of the CRM 365 from outside crm. Like from a web ressource page and using java script?
Hi Rabih, Yes you can. You need to call the Xrm.Utility.lookupObjects(lookupOptions).then(successCallback, errorCallback) function for the ownerid field.
Here is how to do:
community.dynamics.com/.../open-lookup-dialog-programmatically-using-xrm-utility-dynamics-v9-0