Hi everyone! is there any way to check whether for...
# suitescript
a
Hi everyone! is there any way to check whether for how many days an item remains out of stock in netsuite ? I need saved search or something similar that shows number of days an item has remained out of stock , i need ability to search by date as well the history of item remaining out of stock
c
You might be able to use N/query to create a cumulative running inventory balance based on posting inventoryassignment lines, using that to detect when an item's on-hand level drops to zero and calculate number of days until it's increased or until the report is run, whichever is first.