https://community.servicenow.com/community?id=community_question&sys_id=c7d20e2fdbb3974067a72926ca96191e&view_source=searchResult
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