Skip to main content
Solved

Set stock items as inactive once inventory hits zero

  • November 15, 2023
  • 2 replies
  • 160 views

We are looking for a way to “turn off” items that are discontinued or sold out when gone once inventory is depleted. We’re not necessarily looking for an event to be triggered in Acumatica (purchase or transfer), but a way to identify and track when inventory is low for specific SKUs would be helpful so they can be set as Inactive. 

Best answer by Robert Sternberg

You can monitor the stock item’s qty using a GI on the INSiteStatus table grouped by InventoryID.  When the QtyOnHand’s value is equal to zero trigger a business event that will run an import scenario to update the item status to Inactive. 

 

This could be resource intensive from a system perspective as every change to QtyOnHand will be evaluated.  You can reduce the resource consumption by limiting the stock item’s returned on the GI. 

View original
Did this topic help you find an answer to your question?

2 replies

Robert Sternberg
Captain II
Forum|alt.badge.img+7

You can monitor the stock item’s qty using a GI on the INSiteStatus table grouped by InventoryID.  When the QtyOnHand’s value is equal to zero trigger a business event that will run an import scenario to update the item status to Inactive. 

 

This could be resource intensive from a system perspective as every change to QtyOnHand will be evaluated.  You can reduce the resource consumption by limiting the stock item’s returned on the GI. 


Forum|alt.badge.img
  • Jr Varsity II
  • 30 replies
  • November 20, 2024

Hi,

I have the same requirement. I have the GI and BE set up to monitor the stock items, but I'm having trouble setting up an import scenario to update the status. Could you please help me understand how you achieved this?


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings