Ok how?

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

Ok how?

Post by christopherb »

Ok I am missing something here. I am looking at the "ordering" sample and I can not seem to figure out the following

order > new order> search customer>select customer>

Then the form appears with information from what it looks to be different objects. Can someone point me in the direction how that is being done.

yah yah I know "noob"


Thank you
CB
tford
Posts: 4238
Joined: Sat Mar 10, 2007 6:44 pm

Post by tford »

CB,

I'm assuming you are logged in to the sample app as John Smith (staff member).

To trace it down in the BSV:

1- look in Visual Perspectives / StaffMember
2- Menu section -- find 'New order' in the tree
3- 'New order' menu runs process CreateOrderForCustomer
4- CreateOrderForCustomer runs process CreateOrder
5- CreateOrder takes Customer BO as process input
6- CreateOrder creates PurchaseOrder BO & links it to Customer BO
7- View PurchaseOrder uses StaffEditing form of the PurchaseOrder BO because it is marked for 'Editing' for users of Access Level StaffMember.

Hope this helps.

Tom
christopherb
Posts: 304
Joined: Fri Jun 22, 2007 8:26 pm

Post by christopherb »

awesome thank you for you help!

Chris
Post Reply