Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/28/2024 09:15 PM
Hi all ,
I am trying to create a dynamic attribute, which displays only okta groups based on department. below is the query i have used in dynamic atrribute.
select distinct ev.customproperty7 as ID from entitlement_values ev, entitlement_types et, endpoints ep where ev.ENTITLEMENTTYPEKEY=et.ENTITLEMENTTYPEKEY and et.ENDPOINTKEY=ep.ENDPOINTKEY and ep.endpointname like 'Okta_randhir'
08/28/2024 09:32 PM
@randhirsingh01
Places use this query in the dynamic attribute.
select distinct(customproperty7) as id from entitlement_values where entitlementtypekey = XXXXX
Entitlement type -->Config for Requestable Entitlement in ARS
ev.customproperty8 = '${ApplicationModule}'. //ApplicationModule this should be dynamicattribute name.
08/28/2024 09:36 PM - edited 08/28/2024 09:50 PM
Add query in default value section and also in dynamic attribute
08/28/2024 09:47 PM
Hi @randhirsingh01 , add Mapping in action to be performed when parent attribute changes. And keep parent attribute empty
08/28/2024 10:09 PM
Hi All,
Thanks for the responses,
I have achieved the filtering of groups by "What action to perform when Parent attribute changes? - Refresh"' and configured other attribute to hide the department but when i keep the dynamic attribute as false it should display all groups which it is not displaying.
08/28/2024 10:30 PM
What is default value for checkboxes?