https://developer.servicenow.com/app.do#!/document/content/app_store_doc_scripted_rest_kingston_scripted-rest-dev-portal-container?v=kingston
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