function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
TTATTA 

Order and Order Line Child Objects

Hi all,

 

I was wondering what would be the simplest way to create Order Line Object linking to a parent Order Object. By that I mean, if I were to register an order details on my system, at first I would type in the details of the order on the order object. I will then open Order Line object and type in the line number, qty and cost one at a time (save & new).  That's quite time consuming if we have multiple orders and multiple order lines to register.

 

So I was wondering if there is a way to register all the order lines in one go as below:

 

Item      - Qty - Cost

blar blar -  3    - £3

abc        -  1    - £3 

cba        -  1    - £3  

---

Click save.

 

Rather than click save and new for three times?

 

Thanks in advance for your reply.

 

Regards,