0
I want to enter multiple items.
I appreciate your reply.
2 replies
-
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
Content aside
- Status Answered
- 1 yr agoLast active
- 2Replies
- 82Views
-
2
Following