Issue
Symptoms
Customer is not able to hide "Schedule Date Range Selector" on condition using a UI Policy
Release
London, Kingston
Cause
"Schedule Date Range Selector" is a UI formatter, not a field/column on the table
Resolution
- Move this formatter to a new form section
- Create a client script to hide the new section using g_form.setSectionDisplay(String sectionName, Boolean display) API
Additional Information
NOTE: The section name is lower case with an underscore replacing the first space in the name, and with the remaining spaces being removed, for example "Section Four is Here" becomes "section_fourishere". Other non-alphanumeric characters, such as ampersand (&), are removed.