To specify conditions based on the attributes of the requested by user affected by the policy, use the following format (without spaces):
$(_.request.requestedByUser.attribute operator 'value'')
Enclose string values in single quotation marks. Enter numeric values without quotation marks.
Examples
Sample conditions follow:
$(_.request.requestedByUser.localeLanguage='Arabic')
$(_.request.requestedByUser.timezone=='GMT-11:00 MIT')
The time zone code for each user is specified in the user profile. To retrieve the time zone code associated with a specific user (Isabella Lauderos), run the following query
select time_zone_code from usm_contact_extension where user_id='Isabella Lauderos'
Copyright © 2013 CA.
All rights reserved.
|
|