Step 1: Create a display Business rule with below Script
g_scratchpad.get_property = gs.getProperty('propertyname');
Step 2:
Write onLoad client script
function onLoad() {
if (g_scratchpad.get_property){
g_form.setValue('description', get_property );
}
}
How to get system properties client side ServiceNow
Expert Asked question July 14, 2023
Sorry, you do not have permission to read comments.