
Java Script
function SetData(schema_name, id) {
debugger;
var id_ = document.getElementById(id).value;
window.parent.Xrm.Page.getAttribute(schema_name).setValue(id_);
}
<td><input type="text" id="h_r_cxr1_es_id" onchange="SetData('qsc_c_r_cxr1_es_id','h_r_cxr1_es_id')"></td>
Please suggest how to read textbox value in dynamics?
*This post is locked for comments
I have the same question (0)