Solution for dynamic filtering of Turn Around Time list field.

Dynamic Filtering of ‘Turn Around Time’ list field in a custom record Service Orders Based on Related Fields. In the Service Order record, there’s a need to filter options in the ‘Turn Around Time’ field based on the values in the ‘PPS,’ ‘Processing Type,’ and ‘Radiation Type’ fields. The proposed solution to address this requirement… Continue reading Solution for dynamic filtering of Turn Around Time list field.

Fetch the custom list values to the script

To retrieve the custom list in the script, we can utilize a saved search to fetch the list values and store them in an array. This method is used to get the list values dynamically into the scripts. Here is an example to fetch the custom list ‘Changing Reasons’ whose id is: customlist_price_level_changing_reason. Each value… Continue reading Fetch the custom list values to the script