Why are is `transactionline.inventoryaffecting = '...
# suiteql
a
Why are is
transactionline.inventoryaffecting = 'F'
for item fulfillment lines?
c
If I recall correctly, the mega-query our team developed to meet this need included both
isinventoryaffecting = 'T'
and
transaction.type IN ('ItemRcpt', 'ItemShip')
b
same reason fulfillments are represented with multiple lines in searches
multiple different accounts are affected for each item line
only one of the transaction lines is actually inventory affecting
a
I don't know what's going on but for me there are certain item fulfillments all the lines are false.
message has been deleted
341290 is a random item fulfillment
c
Are those inventory items?
a
Yes. Lot numbered inventory items to be specific.
b
are they actually inventory affecting? Or are they simply picked
a
They should be. When I do my query to get the inventory it's off be the amount we transfered.
@battk if you had to write a query to get the inventory would it look different?
b
it would be an item related search
and i wouldn't attempt historical inventory
a
I need it in suiteql to use the odbc connector. I'm under the impression that netsuite internally uses a transaction related search under the hood. Am I wrong?
b
it could be, but we dont know the details of the sql used
a
That's unfortunate. I need to get it into excel. I'm gonna have to generate an oauth1 signature in vba. Lord help me.
🙏 1
s
I didn't think anyone did VBA any more?