01-24-2023 02:05 AM
Hi Team,
We are integrating Salesforce by using Salesforce connector, is there a way to apply some filter on the entitlements reconciliation?
01-24-2023 10:50 AM
In Salesforce connector, we can filter the accounts by specifying the value of the ACCOUNT_FILTER_QUERY parameter in the connector.
Sample filters:
IsActive = true
UserType = ‘Standard’
Reference Doc - https://docs.saviyntcloud.com/bundle/SF-v2021x/page/Content/Configuring-the-Integration-for-Importin...
We don't have option to filter the entitlements itself within a salesforce object, but we can restrict the kind of salesforce objects imported like Profile, Role, PermissionSet, etc., Specify the list of objects to import into EIC as the value of the OBJECT_TO_BE_IMPORTED parameter of the salesforce connector.
Reference Doc - https://docs.saviyntcloud.com/bundle/SF-v2021x/page/Content/Configuring-the-Integration-for-Importin...
-Siva
01-24-2023 12:38 PM
Entitlement Filter is not supported. Product Team is considering this feature