We are configuring Webservice source, the account aggregation returns the accounts with the corresponding entitlements and the group aggregation returns all the entitlements.
the problem we are facing is the when we do both account aggregation and entitlement aggregation we get all the entitlements duplicated.
how can we solve this issue or can how we correlate account entitlements with group aggregation entitlements?
IDN should correlate automatically, it looks like there might be some minor difference between the entitlements aggregated in Group Agg Operation vs. Acc Agg Operation.
Are the attributes mapped correctly? Are there slight differences in the redundant group objects? Perhaps a screenshot could help.
Have you created any custom entitlement types? If so, what are the attributes added there and which ones are marked Account ID and Account Name in the group schema?
i changed Sgroup to be entitlement ID and deleted all the entitlements and aggregated again both account and group aggregation and same issue happened (duplicate entitlements
Please verify the account schema for the “Sgroup” attribute, ensuring it is set to type “group” and supports multivalue.
Also, confirm whether the “Sgroup” attribute matches the one specified in the account schema and if it is correctly mapped as the “entitlement_id” in the entitlement types.
After this, try source reset and reaggregate. Thanks!
In this image, the groups attribute for accounts is configured as a Multi-Valued Entitlement. Additionally, the Type is set to group, which matches the Entitlement Type you have configured for the web service. You can modify this attribute and see the available Type options in a list; within that list, you will see your entitlement type.
When configuring the account schema for a Web Service, when setting an attribute as an Entitlement, a warning will appear if you fail to select an Entitlement Type as the type for the attribute. As seen in the below screenshot, I left the Type as string instead of selecting the appropriate Type for the Entitlement.
If the entitlement attribute for the account schema has a Type which does not match the Entitlement Type, there will be duplicate entitlements created. Make the changes as suggested and see if this resolves your issue.