28 Ağustos 2012 Salı

New Xrm.Utility Functions in Update Rollup 8 for Microsoft Dynamics CRM 2011 and Microsoft Dynamics CRM Online


Rollup 8 for Microsoft Dynamics CRM 2011 was released in May but I have seen some new client-side JavaScript functions that were added to open entity forms and web resources. 
openEnityForm

Use to open an entity: Xrm.Utility.openEntityForm(name,id,parameters)

openWebResource
Opens an HTML web resource: Xrm.Utility.openWebResource(webResourceName,webResourceData,width, height)


For more information visit the following site