WebServices account aggregation with parent endpoint - How do I see full account attributes?

Hello,

I have created a WebServices connector, with 2 endpoints for account aggregation.

Parent endpoint gets user details and groupList_1.
Child endpoint gets groupList_2.

When I aggregate, it is all good and I can see all attributes in account schema are populated as expected

My question - How do I see all the account attributes in a Web Services rule (after operation rule?)

I created a Web Services After Operation (WSAO) rule to dump the account - but it only shows the attributes for that account aggregation operation, not the full account.
log.error("processedResponseObject response: " + processedResponseObject);

e.g.

  • If I attach the WSAO to the parent aggregation, I see user details plus groupList_1 - but I dont see groupList_2.
  • If I attach the WSAO to the child aggregation, I see groupList_2 - but I dont see groupList_1 or user details.

Thank you!

Hi @jrossicare,

I don’t think you will be able to get the attributes from parent aggregation to child aggregation or vice versa. I am assuming since both operations are different they won’t show up.

You can use REST Client to do the api call for another operation within the rule and parse the values from there.

Thanks Animesh,
Yeah, I have implemented a solution using the Reverse lookup After Operation rule, and then got rid of the child aggregation, as dont need it anymore

1 Like

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