Hi Guys! Could anybody handle the issue of Item Fu...
# suitescript
s
Hi Guys! Could anybody handle the issue of Item Fulfillment negative inventory not enable the committed function and use Suitescipt control?
b
be prepared for mayhem related to negative inventory
a
Yes negative inventory is the devil.
s
@battk Yes, I know this commitment preference. If using this preference users will complain that the program is too cumbersome, hoping to calculate whether the number of Inventory is sufficient at the moment of Save.
b
you dont really get to argue with netsuite's calculation of inventory
at best, you can control which orders get committed
s
Yes, I hope there is a function that can re-calculate the inventory.😂
a
@Stanley Hung What you do or the company should do is execute a negative inventory report every morning and somebody goes and fix any negative inventory by inventory counts or whatever before any picking activity takes place. Or or you can dance with the devil... or even better implement Standard Costing...
s
Yes, I have scheduled a negative saved report for me every morning. If happen the issues will tell W/H Dept. to check this.
We are trying to write Suitescript and checking whether Detail On hand is sufficient when saving. If one of the items has negative inventory, an error message will pop up. Maybe need to write on the server script event.
But we are also thinking about the issue of efficiency.
b
basic rule of the record module is that it doesn't let you do anything that you couldnt in the ui
s
Yes, This is also a very headache.