Hello there,
Could someone please give a hint on how I can achieve the below requirement or at least guide me to a document where I can find the information on this ?.
As is:
Receiving business process documents via email as an attachment (Only one attachment is possible now) and map the name, content type and data to the 'mail attachment' object model.
Source Destination
---------------------------------------------------------------------
Attachment[0]-------------------------Mail Attachment
Attachment[1]-------------------------
To be:
Able to receive multiple attachments and map the same to the mail attachment instances.
In the 'start from Email' activity inspector, I have options to choose multiple attachments(Attachment[0], Attachment[1] ....) at the source. But in the destination (Mail attachment) of activity inspector, I can't expand the 'Mail attachment' as a repeating attribute to get hold of all the attachments. I should achieve like below
Source Destination
---------------------------------------------------------------------
Attachment[0]-------------------------Mail Attachment[0]
Attachment[1]-------------------------Mail Attachment[1]
How can I achieve this ?.
Message was edited by: shahulhameed