When user save and close a CRM form, I wish to remember the value of a field entered by user
via javascript like
localStorage.setItem("last_field", Xrm.Page.getAttribute("new_field").getValue());
But how to do the same for a lookup field as the value is now an EntityReference object?
Please advise.
Tiong
*This post is locked for comments
I have the same question (0)