Dear all, I am currently helping out on a school project where the general objective is to build an Order Placement Application. The major issue i have at the moment is the inability to retrieve a list of orders placed by a specific client as a supplier. The Domain Model I would appreciate any suggestions or directions regarding this matter. Kind regards, Sai
asked
Sai-Hong Tse
1 answers
1
You should be able to retrieve the orders from a client via clientcontact and order. Also, you should be able to retrieve the orders on a product via product and orderregels. What I don't understand in your question is the 'specific client as a supplier' part because they are not the same. Maybe you have to define your query again.