How can i get get record name of Parent Entity in java script .
window.parent.frames[0].Xrm.Page.getAttribute("name")
the above line of code dint work .
please suggest .
Thanks,
Waseem.
*This post is locked for comments
How can i get get record name of Parent Entity in java script .
window.parent.frames[0].Xrm.Page.getAttribute("name")
the above line of code dint work .
please suggest .
Thanks,
Waseem.
*This post is locked for comments
What is the name of the attribute that references parent record and is it available on a form?
Use Xrm.Page.getAttribute("parentattrname").getValue()[0].name
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156