March 2020
Beginner to intermediate
426 pages
13h 11m
English
We can use script web resources to store our JavaScript libraries. Once created, they can be reused in multiple entities. Let's say we want to hide the manager lookup on a customer form based on the customer type. We only want to show the manager lookup if the customer type is a customer. Let's follow these steps to create web resources for our script:
var HIMBAP = window.Sdk || {};(function() { this.customertypeOnChange = function(executionContext) ...Read now
Unlock full access