
Hi,
Trying to access CRM using outlook 2013, But facing one issue regarding open entity form.
While I am opening popup from ribbon button & updating the entity field on save from popup, it is properly updated & showing result as required, but after updating entity we are trying to refresh entity form using below line of code, but no any errors occurred & not able to refresh the entity.
Same line code is properly executed fine with web browser CRM.
window.parent.Xrm.Utility.openEntityForm("incident", guid);
Anybody please suggest us what is best possible way to refresh the page in outlook.
Regards,
Abhishek Bihani.
*This post is locked for comments
I have the same question (0)Try to get the client type in your javascript as,
Xrm.Page.context.client.getClient()
Refer the following blog:
blog.sonomapartners.com/.../crm-2013-new-client-api-methods.html