Hello,
I have a requirement to work on the fields of the parent form on child entity form. The requirement is while working on the child entity form I have to access the values of some field which are available on the parent entity form using JavaScript.
Shoudl I use the window.parent.Xrm.Page.getAttribute() or it is deprecated now. Is there any other alternative way to access the field of the parent form. Please suggest me some solution.
Thanks