SAP Buildmap rule

Hello,

We have a requirement where we need to skip some accounts from SAP HR source. for this purpose we have added a custom attribute in the extra attributes BAPI - attribute name MAIN_RECORD. Now we need to aggregate only the accounts with MAIN_RECORD=Y.
This cannot be achieved by aggregation filter BAPI as its a custom attribute, could you please help me here .
I am trying to write a build map rule to achieve this filter of records, not sure how do I skip the records in the code.

Hello Akansha,
Once you have builded the attribute ( MAIN_RECORD=Y)in build map rule then you can try to use aggregation filter -
https://community.sailpoint.com/t5/IdentityNow-Wiki/IdentityNow-Account-Filtering-during-Account-Aggregation/ta-p/142873#:~:text=This%20is%20configured%20by%20setting,sent%20to%20IdentityNow%20as%20normal.
write a filter with MAIN_RECORD=Y. and attach it to the source.

Thanks !!

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.