Guys,
I'm using the PICK ONE OR MORE option for the first time. I am listing 6 lines, selecting 3 of them, but it looks like AIM is only processing the first selection. What I'm trying to do is create an instance of a business object for each selection (so I should end up with 3 instances in the business object, but am only getting 1).
The syntax in my process is:
PICK ONE OR MORE FROM query1
CREATE BusinessObject1 WITH .........
I noted that I can't use the IN BATCHES OF 1 option, so how do I get the process to process all of my selections?
I searched the forum, but couldn't find any solutions, so I suspect I am missing something fundamental.
Any pointers would be appreciated.