Phillip
12/07/2020, 8:58 PMSandii
12/07/2020, 9:03 PMsoid
as the name of the variable that is the record object. It's confusing for someone else down the line. Change to rec
or soRec
, something like that.stalbert
12/07/2020, 9:37 PMso.item[x].item = 27035
or maybe even const newline = so.item.addLine(); newline.item = 27035
Phillip
12/07/2020, 9:37 PMstalbert
12/07/2020, 9:38 PM