java -cp .:sndml-2.6.5-mysql.jar -Dlog4j.configuration=log4j_debug.properties servicenow.common.datamart.Loader -p <propfile> -f <scriptfile> Where <propfile> is the SNDML properties file and <scriptfile> is the SNDML script file. Java, SQL, Uncategorized ←...
How can I selectively display variables on the Service Portal Ticket Fhttps://community.servicenow.com/thread/246524The default script does a loop on data.variables, which is retrieved via: data. display variables 转载 2019-01-11 11:24:50 1020 阅读 How can I selectively display variables ...
} catch(e) { //For Service Portal var count = getSCAttachmentCount(); //this function was created in UI script in global scope. if(count <= 0) { g_form.addErrorMessage('You must attach the completed form before submitting this request.'); return false; } } //need write to UI ...
The default script does a loop on data.variables, which is retrieved via: data.variables = $sp.getVariablesArray(); Now I don't know whether the getVariablesArray function gets all of the fields for the variables, but if it does then you could simply use ng-if to only display what yo...