Hi,
Below is the syntax to submit the disabled field value using JScript.
Xrm.Page.getAttribute(“{fld_id}”).setValue(“{fld_value}”);
Xrm.Page.getAttribute(“{fld_id}”).setSubmitMode(“always”)
Hope it helps 🙂
Hi,
Below is the syntax to submit the disabled field value using JScript.
Xrm.Page.getAttribute(“{fld_id}”).setValue(“{fld_value}”);
Xrm.Page.getAttribute(“{fld_id}”).setSubmitMode(“always”)
Hope it helps 🙂
2,096,299 hits
Leave a comment