Supported ways of accessing URL addressable Forms/Reports Scripts.
While using CRM there may be conditions in which user wants to open forms and reports programmatically. For this we can write the scripts which will open the forms and reports. Open CRM forms using script: The form can be open using openEntityForm(); method. Syntax : Xrm.Utility.openEntityForm(name,id,parameter); Parameters : Ø name: (Required… Read More »