Click HERE to see how Saviynt Intelligence is transforming the industry. |
09/04/2023 02:38 AM
We want to show an attribute only for a specific employee type. Is it possible to configure an attribute in the user form (Admin-Global config-Identity Lifecycle-Register User Form )visible only if the other attribute has a specific value?
For example, imagine that you have two kinds of users [Internals and externals] (I mean, two possible options for the attribute EmployeeType). Could we configure that an attribute associated with the column Customproperty1 would be visible only for externals (employee type = external)?
Solved! Go to Solution.
09/04/2023 02:55 AM - edited 09/04/2023 03:25 AM
Hi @neotello ,
You can leverage the below configuration :
HIDE###customproperty1###Internal___SHOW###customproperty1###External___HIDE###customproperty1###___
Hope this helps !
09/04/2023 02:55 AM
Hi @neotello ,
Yes it's possible. You need to create two dynamic attributes, one for employee type and one which you want to show or hide based on employee type.
In first dynamic attribute you need to put appropriate Action String in order to show or hide other dynamic attribute.
Refer:
Hope it helps.
09/04/2023 03:22 AM
Thanks guys!
I'm going to work following your answers 🙂