Click HERE to see how Saviynt Intelligence is transforming the industry. |
04/12/2022 01:13 PM
Hello All,
We have a requirement to show/hide the list of entitlements (different set of entitlements) based on the selected dynamic attribute value on the request form. Is this doable using entitlement map feature?
For example, If dynamic attribute value is US then show entitlement list contains security roles for US region.
Thanks,
Pallavi
Solved! Go to Solution.
04/12/2022 02:35 PM
Hi Pallavi, This is doable upto best of my knowledge. I would suggest to refer to the freshdesk documentation.
Thanks
Ajay
04/12/2022 02:35 PM
Thanks Ajay, I will do a quick POC. I had one unrelated question regarding the approval workflow, in workflow conditions we can add the cases using entitlement custom properties but cannot use fields like entitlement.entitlementid or entitlement.entitlement_value. Why is it so?
For example,
This will work - entitlement.customproperty6.contains('OU=Security Groups') but following statement will result in request submission error:
entitlement.ENTITLEMENT_VALUE.contains('OU=Security Groups')
entitlement.ENTITLEMENTID.contains('OU=Security Groups')
04/12/2022 02:35 PM
Hello Ajay,
I tried configuring the entitlements filter based on the dynamic attribute value. It works only for the default value selected for the dynamic attribute (that means on the page load of the ARS - Select App - Next > Entitlements). If I change the dynamic attribute value from the dropdown it does not change the list of entitlements. Is this an issue or known limitation?
Thanks,
Pallavi
04/12/2022 02:35 PM
Hi Pallavi,
Filtering of entitlements based on dynamic attributes is supported only for SQL single select and SQL Multi Select type dynamic attribute types
04/12/2022 02:35 PM
Thanks Aarthi for clarification. This limitation is not mentioned in freshdesk documentation for entitlement types.
04/12/2022 02:35 PM
Do we have any working sample for entitlement filtering based on the multi select field? We were able to use this feature for single select fields but for multi select fields its not working as expected and failing due to SQL exception. Possibly we are not providing the query in expected format for multi select fields.
04/12/2022 02:35 PM
Anyone was able to find any freshdesk artifacts for this? Please share is possible.