When you specify a conditions based on the attributes of service option elements, you include the column number. This column number is the position of the service option element in its service option. This requirement applies to both global and attached policies. For global policies only, you also specify the row number of the service option in its service option group.
Follow these steps:
The Services Offerings tree appears and displays the folders containing services, organized hierarchically according to categories.
The Option Groups tree appears and lists alphabetically all service option groups for the business unit.
The details for the service option group appear.
The service options in the group appear, listed one after the other.
The service option Details page opens, and the service option elements appear.
The Service Option Element Definition dialog appears.
Note: Column numbers start at 1 and increase sequentially by 1 as you add service option elements to a service option.
You have found the column number of the service option element. You can now use the column number in a condition based on the attributes of a service option element.
Examples
For example, a service option group lists these service options, in sequential order: Gold, Silver, and Bronze. The Gold service option is in row 1, the Silver service option is in row 2, and the Bronze service option is in row 3. Each service option has a rate service option element in column 5.
The following examples apply to global policies only:
To specify a condition for the Gold service option, use the following format:
$(_.sog['sogname'].serviceoption[1].soe[5].attribute operator 'value')
Similarly, to specify a condition for the Silver service option, use the following format:
$(_.sog['sogname'].serviceoption[2].soe[5].attribute operator 'value')
The following example applies to attached policies only:
To specify a condition for any of the three options, use the following format:
$(_.serviceoption.soe[5].attribute operator 'value')
Copyright © 2013 CA.
All rights reserved.
|
|