You can specify conditions based on the following attributes of the service affected by the policy:
bu code dateAvailable dateUnavailable dateCreated dateCancelled description |
estimatedCost id name status website version |
The following attributes may require explanation:
Specifies the total estimated cost of a service in a request. The Catalog system calculates this cost when the request is submitted.
Note: To find the cost of the service, click Home, Requests and, if applicable, use the My Requests drop-down list to display requests. Find the request that contains the service and view the details.
Specifies the numeric value of the status of the service (not the request), as follows:
0 - Deleted
1 - Available
2 - Unavailable
3 - Created
4 - Canceled
You can view most of the other attributes when you add or edit a service.
Use the following format (without spaces):
$(_.service.attrbute operator 'value')
Enclose string values in single quotation marks. Enter numeric values without quotation marks.
Examples
Sample conditions follow:
$(_.service.name=='Knowledge Management Tools')
$(_.service.estimatedCost<=100.0)
anySoWith('status', gt, 1000) || _.service.id==9999
By default, 1000 is the value for a status of Pending Fulfillment.
Copyright © 2013 CA.
All rights reserved.
|
|