https://docs.servicenow.com/bundle/sandiego-platform-administration/page/administer/reference-pages/reference/r_AvailableSystemProperties.html
these seem to work! function onSubmit () { alert ( g_form . getDisplayBox ( 'cost_center' ). value ); //--classic UI alert ( g_form . getDisplayValue ( 'cost_center' )); //--service portal }
Comments
Post a Comment