Hi,
I have found this issue recently that if we don't fill value or not use field in form than this field attribute is not found.
Example :
Birthday Field (This field is in form)
Birthday Field ="26=07-2018" then we got value using this method : Xrm.Page.getAttribute('birthdate').getValue();
But
Birthday Field = "" then we got error like this parameter not found using following code : Xrm.Page.getAttribute('birthdate').getValue() ;
also getting same issue when Set value in field. We didn't get control so How can we set value in empty field ?.
Few days ago we used same function and got null value if we don't fill value.
Please let me know if you have any suggestion.
Thanks,
*This post is locked for comments