Skip to main content
Answer

SO Allocation Updates which Table in 2022R2?

  • March 21, 2023
  • 2 replies
  • 77 views

Forum|alt.badge.img+1

I have a GI that shows Serial #s for a particular Inventory ID that have a QtyAvail greater than zero.  I am using the INLotSerialStatus table.  In v2021R1, whenever I allocated a serial # for this Inventory ID on a Sales Order, it would update QtyAvail from one to zero, hence making that Serial # disappear from my GI result.  After upgrading to 2022R2, the QtyAvail field in the INLotSerialStatus table is no longer updated upon SO Allocation.  I cannot figure out which table gets updated upon SO Allocation for a Serial #.

Best answer by danielklumpp

I found the table: the table that SO Allocation updates is ‘INItemLotSerial’, not ‘INLotSerialStatus’.  Tip for others: I tested allocating a serial # to a Sales Order, reviewed the Trace, and on the Save event I noticed you can find in the SQL tab which tables are updated upon saving.  That is where I discovered the ‘INItemLotSerial’ table.

2 replies

Forum|alt.badge.img+1
  • Author
  • Varsity I
  • Answer
  • March 21, 2023

I found the table: the table that SO Allocation updates is ‘INItemLotSerial’, not ‘INLotSerialStatus’.  Tip for others: I tested allocating a serial # to a Sales Order, reviewed the Trace, and on the Save event I noticed you can find in the SQL tab which tables are updated upon saving.  That is where I discovered the ‘INItemLotSerial’ table.


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • March 21, 2023

Thank you for sharing your solution with the community @danielklumpp !