This is not the latest version of Identity Director documentation.View available documentation.
Example Organizational Attributes
Example 1: Change someone's job title automatically, based on classification
Consider the following scenario:
- You configure an Organizational Attribute JobTitle.
- You configure the organizational items Roles\Finance Assistant and Roles\Payroll Specialist.
- For Roles\Finance Assistant, the attribute has the value "Finance Assistant".
- For Roles\Payroll Specialist, the attribute has the value "Payroll Specialist".
- You configure a service that sets someone's job title.
- People qualify for the service when they are classified in the organizational item Roles or a subitem (Roles\*).
- You select the option When subscribers still qualify after organizational change (reprovisioning) in the delivery trigger of the service.
- The service is delivered with the placeholder #Subscriber.Role[JobTitle].
- Someone is classified in the organizational item Roles\Finance Assistant.
When this person subscribes to the service, the placeholder #Subscriber.Role[JobTitle] resolves as "Finance Assistant". If his classification changes from Roles\Finance Assistant to Roles\Payroll Specialist, the service is reprovisioned to resolve the new Organizational Attribute value "Payroll Specialist".
Example 2: Change someone's mailing list automatically, based on classification
Consider the following scenario:
- You configure an Organizational Attribute MailingList.
- You configure the organizational items Departments\Finance and Departments\HR.
- For Departments\Finance, the attribute has the value "Finance mailing list".
- For Departments\HR, the attribute has the value "HR mailing list".
- You configure a service that sets someone's mailing list.
- People qualify for the service when they are classified in the organizational item Departments or a subitem (Departments\*).
- You select the option When subscribers still qualify after organizational change (reprovisioning) in the delivery trigger of the service.
- The service is delivered with the placeholder #Subscriber.Departments[MailingList].
- Someone is classified in the organizational item Departments\Finance.
When this person subscribes to the service, the placeholder #Subscriber.Departments[MailingList] resolves as "Finance mailing list". If his classification changes from Departments\Finance to Departments\HR, the service is reprovisioned with the new Organizational Attribute value "HR mailing list".