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.
For example:
$(_.request.requestedByUser.localeLanguage='Arabic')
$(_.request.requestedByUser.timezone=='GMT-11:00 MIT')
Each user’s timezone code is specified in the user profile. To retrieve the timezone 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 © 2010 CA. All rights reserved. | Email CA Technologies about this topic |