This is not the latest version of Identity Director documentation.View available documentation.
Configure date service attributes
In the Management Portal at Entitlement Catalog, on the Attributes tab of the service page, configure date attributes to store a date. This is useful in workflow actions in which users need to provide a date in a fixed format, e.g. an expiration date or a birth date. In the Web Portal, users can provide this date with a date picker.
Configuration
Item | Explanation and Tips |
---|---|
Restricted information |
Mask the attribute value in the Management Portal. This ensures you can be compliant with the privacy laws of your country or organization, as unauthorized administrators do not have access to private information like e-mail addresses, phone numbers, social security numbers, etc. This functionality applies to the Management Portal only; restricted information is still shown in the Web Portal.
|
Date |
Select an initial value with a date picker.
|
Date at the start of transaction | Resolve the initial value dynamically to the start date of the service transaction. This is useful in services that onboard a new user: when a user is added to the system, you can register dynamically when this happened. |
Person attribute | Base the initial value on a text people attribute. The value of the attribute must use the format YYYYMMDD. |
Service attribute |
Base the initial value on a service attribute of another service (either text, date or datetime).
|
You can force mandatory input by enabling Attribute may not be empty after workflow input from actor.
Placeholders
When you insert date service attribute as a placeholder in actions, you can retrieve its value:
Placeholder | Explanation |
---|---|
#Service[{attributename}] | Resolve the value of the date service attribute, e.g, 20170102 (YYYYMMDD). |
#Service[{attributename.LocalFormat}] |
Translate the value of the date service attribute to the user's local date format, e.g. 02/01/2017 for EU, 01/02/2017 for US. Local date format is based on the user's browser settings.
|
#Service[{attributename}.Description] | Resolve the description of the attribute, e.g. "This is the selected date of the actor". |