0

I want to enter multiple items.

I appreciate your reply.

2 replies

null
    • francescostefanello
    • 5 mths ago
    • Reported - view

    try with this, 

     

    let aa := this;
    let x := (select Detailed).products;
    for i in x do
        let newRec := (create inventory);
        newRec.(
            time := datetime(now());
            'Product name' := i.name;
            numbering := i.numbering
        )
    end
    
      • gold_cat
      • 5 mths ago
      • Reported - view

      thanks, ,But this code does not complete the generating of the corresponding quantities.

Content aside

  • Status Answered
  • 5 mths agoLast active
  • 2Replies
  • 77Views
  • 2 Following