How to create Catalog Client Script Includes without using UI Scripts – ServiceNow
ServiceNow Think
·
Apr 30, 2021
·
article
Let’s say we have field5, which value is determined by field1, field2, field3 and field4. If any of those field changes, field5 must change as well. In this case, field 1 to 4 needs separate onChange client scripts to update field5. Let’s put all the logic within a single catalog client script.
View original source
https://servicenowthink.wordpress.com/2021/04/30/how-to-create-catalog-client-script-includes-without-using-ui-scripts-servicenow/