All,
We have a webservice application where we use group aggregation to pull entitlement values. But entitlements are getting created twice one with appguid in value and one with correct value. But two records are gettign created for single entitlement as below
Can you please suggest how do we remove this dupe entitlement creation.
Group aggregation after rule
Map resultMap = new HashMap();
//List listOfObjects = new ArrayList();
for (Map map : processedResponseObject){
String nativeIdentity = map.get(“Name”);
String GroupId = map.get(“Id”);
}
This will occur when you configure the Identity attribute in the Group Object Schema and then run the group aggregation. If you later modify the Identity attribute and run the group aggregation again without enabling the “Detect deleted account groups” option, the issue will arise.
Run the Group aggregation task with select the below option and check.