hi all
i set disable a field on form with codes :
Xrm.Page.data.entity.attributes.get("new_field").setDisable(true);
Xrm.Page.data.save();
it works and locks field but when i refresh the page it get back to its first state and not locked.
how can i save form after lock it??
please help me
*This post is locked for comments