3 minMastering Business Rules in ServiceNowA business rule presents a server-side script that runs when a record is displayed, inserted, updated, or deleted, or when a table is...
1 minRemedy – Remove spaces from stringNever trust your users. Here is the tip to remove spaces from string. Run-If: 'FIELD' LIKE "% " This remove space before: Set-Field: zInt...