I'm trying to get the value of a control on a form. I want the data that has been entered, not the value of the underlying data which hasn't been updated yet. For example,
Xrm.Page.getAttribute(myfield).getValue() returns the value of the field prior to editing, or if blank returns Object.object
Xrm.Page.getControl(myfieldcontrol), gets me the control, but no value
What am I missing?
Don
*This post is locked for comments