NetSuite2.com source, is your quantity negative when pulling out data out of Sales Orders via TransactionLine? Can't find any documentation about this.
sholomon12
08/04/2023, 8:59 AM
So these are non main line, non cogs, and non tax
m
michoel
08/06/2023, 11:33 PM
SELECT transactionline.quantity * -1 as quantity
💯 1
s
sholomon12
08/06/2023, 11:34 PM
Thanks mate! That's my current workaround at the moment. Still wondering if this is NS bug.