

Using Policies to Manage Requests › How to Create a Condition › Conditions Based on the Attributes of the Location › Conditions Based on the Attributes of the Location of the Business Unit of the Assignee
Conditions Based on the Attributes of the Location of the Business Unit of the Assignee
To specify conditions based on the attributes of the location of the business unit of the assignee, use the following format (without spaces):
$(_.bu.location.attribute operator 'value')
Enclose string values in single quotation marks. Enter numeric values without quotation marks.
Examples
Sample conditions follow:
- To assign the request pending action when the location of the business unit is the state of New York in the United States, use this condition:
$(_. bu.location.state==7434)
7434 is the code for New York in the ca_state_province table.
- To assign the request pending action when the location of the business unit is the country of Mozambique, use this condition:
$(_. bu.location.country==169)
169 is the code for the country of Mozambique in the ca_country table.
Copyright © 2013 CA.
All rights reserved.
 
|
|