Column Trigger
The hidden column Trigger allows you to modify the list of hidden columns for individual users, or for a specific role or a group of users. The following additional parameters are available for the column trigger:
Parameter |
value |
hiddenColumns |
Array of hidden columns defined in the VPM |
The hidden columns trigger should return a modified array of hidden columns in the last statement of the script. For example:
hiddenColumns[hiddenColumns.length] = 'sa.customers.city';
hiddenColumns;
| << Lookup Trigger | © 1996-2013 InetSoft Technology Corporation (v11.4) | Condition Trigger >> |