I have a saved search for Transactions. It is an aging report that I created, but each widget is grouped and I have the total On Hand being populated, based off Suite Answers #75940 . One thing I don't have populated, but what we want to have populated is quantity in transit. The field in NetSuite is "Location in Transit" and when trying to populate the search with it does not populate the field. This is because of
"Formula (Numeric) is 1 case when {item.inventorylocation.id} = {location.id} then 1 end
Formula (Numeric) is 1 case when {item.assetaccount.id} = {account.id} then 1 end"
criteria. Is there anyway around this besides maybe creating a custom record on the inventory item page? Even when I do remove those two formulas, because it is a transaction search I am would be getting duplicate entries since each item receipt is its own line due to it being a transaction report.