In this article , I am going to explain how to check , form is modified or not using getIsDirty() function.
This function will return True in case of form is modified
Get modified form
var ismodified = Xrm.Page.data.entity.getIsDirty();
This function will return True in case of form is modified
Get modified form
var ismodified = Xrm.Page.data.entity.getIsDirty();
No comments:
Post a Comment
Note: only a member of this blog may post a comment.