You can restrict the columns that are available on the Seasonal Rule
page.
About this task
By default, you can select all the columns from the ObjectServer in the Set Column
Values... option on the Seasonal Rule page. If you want to restrict
the column list, complete the following steps:
Procedure
- Log in to the Netcool®/Impact UI.
- Select the NOI project.
- Select the Policies tab.
- Within the Policies tab, select and edit the
NOI_CONSTANTS policy.
- Within the NOI_CONSTANTS policy, change the value for the
SE_FIELDS_WHICH_A_RULE_CAN_SET variable.
Set the SE_FIELDS_WHICH_A_RULE_CAN_SET variable by enclosing each field name
with single quotation marks and separating the names with commas. Surround the entire value with
double quotation marks.
The following example limits the column list to Location,
Manager, and Summary:
SE_FIELDS_WHICH_A_RULE_CAN_SET = " 'Location','Manager','Summary' ";
- Save the policy.
- Close and reopen the Seasonal Rule page to see the restricted
list.