Hi Team,
I am having requirement as below
- Create account in different endpoints at same time
- There is no need of passing unique identifier to pass to next call, so I have to create accounts in parallelly so they map as different links for same user in IIQ.
What I tried?
- Using single create operation able to create account in different end points
- Create call hitting first account and returning response and creating link
- For remaining links I am using restClient in after operation rule and executing post call and able to create account in target.
- I tried merge all links responses back in after rule and returning.
What is the problem?
- With above approach, IIQ able to get only single link to the user.
- Remaining link are coming back only after doing aggregation.
- I tried placing multiple getObjects as well but didn’t worked out, this calling single operation
Could you please help me how I can get all the links at same time and map to user using single account create call