Problem moving data

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
christopherb
Posts: 304
Joined: Fri Jun 22, 2007 8:26 pm

Problem moving data

Post by christopherb »

This can't be that tuff but i can't seem the get it working correct.

Current application contains the following BO's;

Customer - Parent
Payment - Child
Order -Child


What I need to do is create a new child BO "Invoice" related to Customer for every Order BO. I can not get this work 100%, double data, some, to many blah blah blah

Any ideas wold be great!
Cheers,

Christopher
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

Chritopher,

I think you would need 2 processes to do this.

Process 1: Find Customer BOs that have Orders.

Process 2: Cutomer BO will be a process input here.
CREATE Invoice WITH .......

If you need help with the exact syntax, let me know.

Does this help?

Tom
Post Reply