Get reference display value in CLIENT script
these seem to work!
function onSubmit() {
alert(g_form.getDisplayBox('moj_cost_center').value); //--classic UI
alert(g_form.getDisplayValue('moj_cost_center'));//--service portal
}
these seem to work!
Comments
Post a comment