Trying to populate a custom note field with the na...
# suiteflow
j
Trying to populate a custom note field with the name & qty. of every line item on a Sales Order for when our ops team fulfills orders. So in effect the note would read: "This order contains items with condition: Line 1, Qty. 50, Line 2, Qty. 2" and so on. I can get the note to populate for the first line, but I don't know how to loop through each line on the order without using a script. Would WHILE work in some way?
n
@J-Mack in a Workflow you use the Item Sublist which will process each line. On State add New Sublist Group. Then add your actions to that Group
You might have to work some 'mack-gic' to get the Line Qty to multiple the item group members.
j
I'll see if I can get that to work.
Thanks!