PICK ONE OR MORE

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
ask180
Posts: 160
Joined: Thu Oct 04, 2012 11:40 pm

PICK ONE OR MORE

Post by ask180 »

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.
customaware
Posts: 2392
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: PICK ONE OR MORE

Post by customaware »

Try...

CREATE BusinessObject1 FOR EACH PickedBOObject WITH....
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
ask180
Posts: 160
Joined: Thu Oct 04, 2012 11:40 pm

Re: PICK ONE OR MORE

Post by ask180 »

I'll give that a go Mark. Thanks.
ask180
Posts: 160
Joined: Thu Oct 04, 2012 11:40 pm

Re: PICK ONE OR MORE

Post by ask180 »

Yep, that did it. Thanks.
Post Reply