Lubos StrejcekMay 11, 2020Mastering 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...
Lubos StrejcekMay 11, 2016Remedy – 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...