Share all details related to your problem, including any error messages you may have received.
Hi Team,
As part of the requirement, We need to run aggregation through an after operation rule with setting some parameters. What are the options to achieve this?
after adding an entitlement using POST method I want to aggregate the new generated data from the target application for the current account only for a specific attribute
By running the task, it will invoke the ‘Get Object’ on your WebServiceConnector and checks the target application for the account. Please can you double check the API actually contains this account, as well as your ‘Get Object’ returning it correctly.
i checked and found an issue in ‘Get Object’ , now it’s fixed , thanks for your help, the the API contains this account, as well as ‘Get Object’ returns it correctly.
i get "sailpoint.connector.ConnectorException: Identity attribute [accid]
NB : to correlate accounts to identity there is a correlation rule where accid is splitted to get the identityName
Glad to hear I could help.
Just making sure - You have returned this ‘accid’ correctly in the reponse mapping of the ‘Get Object’, similar to how you have configured the ‘Account Aggregation’?
Otherwise, your next nightmare would be to place a few loggers in the CorrelationRule to ensure it is behaving as expected
i have configured get bject similar to the Account Aggregation
CorrelationRule works with aggregation task , but still getitng the same error on get object
I have very little faith that the CorrelationRule will even be invoked after the ‘Add Entitlement’ operation executes unfortunately.
I have an idea you could try, but it’s not the cleanest, so I will see if anyone else has any ideas, or if you managed to crack it.