We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Anyone has any luck creating approvals based on items selected from a list collector. I have a list of 255 items and each have their own approval groups.
Our surveys are sending to the customer's after incidents and requests items are closed, but the customer's do not have a reference point. I need to show the incident or RITM number on the survey.
I have a list collector that references a table. Tis table has values and each value has a different approval group needed. Value A = Approval Group A. The are 255 different values so the list collector is the most efficient way to put it on the cust...
This worked for me using a catalog client scriptfunction onLoad() { //Apply a default filter to the list collector variable var collectorName = 'variable name here'; var filterString = specified what to filter out here; ...