4.6.4 Trigger Scripts
The restrictions specified in a VPM are global by default and apply to all users. Triggers allow you to incorporate business logic into this cell-level security model. There are three types of triggers: Lookup Trigger, Column Trigger, and Condition Trigger. Trigger scripts use standard JavaScript syntax, and the following parameters are available to all three triggers:
Parameter |
value |
user |
The user id |
roles |
Array of roles that this user is associated with |
groups |
Array of groups that this user is associated with |
parameter |
Report parameters |
tables |
List of tables in the query |
columns |
Array of columns included in the query |
| << 4.6.3 VPM Hidden Columns | © 1996-2013 InetSoft Technology Corporation (v11.4) | Lookup Trigger >> |