Hi guys,
I need your help from you for the below query.
This is for Multi-tenant environment. I have a requirement where i need to retrive All the Order Confirmation documents from IDM and need to mail the same to the respective customers.
I have created a Data flow that includes IDM IONAPI connection Point first, That retrieves all the Order Confirmation documents from IDM and store the same in the Custom BOD. As a next step, i need to retrieve Email Ids of all the Customers using CRS949MI.LstPartnerRef and collect all the Email Id, Group all the Email Id's in Single String, Enrich this Email ID in the Custom BOD that i created and then call ' IDM Send API' transaction.
IDM IONAPI part is working fine, But I am not sure how to call CRS949MI, Collect all the EMail ID's and Enrich the Email ID's with the Custom BOD's. I couldn't find an option to iterate through Array of Email Records. Any suggestions guys?
If it is not possible in ION is there any way we can handle this logic in MEC? For ex: I can send the Custom BOD to M3, MEC Mapper reads all the Email ID enrich the same with the Custom BOD and send back to ION. But i am not sure how to design this in MEC. Is this feasilble? I appreciate your comments.