Hi,
Usually i used this below code to retrieve value from field.
Xrm.Page.getAttribute("fieldname").getValue();
I have a lookup field with addCustomView in it. The filter within XML query is based on field(field A and field B) in the form. The problem is, when the value in the field A and B is not saved to the db. The above code will return null value. I want to get the value from field A and B before it's saved to DB
*This post is locked for comments