Hi
Can’t access the XRM object inside the Web Resource, the Scenario I am in is, on an Entity Form, I have embedded a html web resource A as IFrame, and after some process ton hat A web resource open another html web resource B.
On a web resource A, I can access the form attributes via ,
window.parent.Xrm.Page.getAttribute("Field1").setValue("ABC");
but on web resource B, I cannot access the attribute.
window.parent.Xrm.Page is always null.
Is there a way around to access a CRM Form attribute on a Web resource ?
I am currently using CRM 2016 on premises.
Thank you.
*This post is locked for comments
I have the same question (0)