Validating a data field in a Service Portal by using a Catalog Client Script
Use Case: When submitting a Record Producer, a date field can’t be in the past. How to accomplish this? We can create a Catalog Client Script. 1) What is the trigger? The script will run when the date field value changed. 2) What do we need to confirm? We need to check if the date provided is in the future. 3) What if the date is not in the future? If the date is not in the future, then we show an error message to inform that the date cannot be in the past. Step by step process 1) Create a Record Producer (RP) and define the Catalog and Category so it will be visible in a Service Portal 2) Create a variable in y...