Hello everyone,
I would like to ask a question if anyone is familiar on when there is new data inserted or modified in the table InventItemLocation?
Hello everyone,
I would like to ask a question if anyone is familiar on when there is new data inserted or modified in the table InventItemLocation?
Hi Charos,
Only from InventTable, it is trigger no otherway.
Sample technical code for your reference to create a recod.
// InventItemLocation defines dimension default
inventItemLocation.initValue();
inventItemLocation.ItemId = _itemId;
inventItemLocation.InventDimId = InventDim::inventDimIdBlank();
inventItemLocation.insert();
Hi Charos,
Please check the relationship between InventTable, InventTableModule, InventItemLocation respectively, usually they are used together. Place a breakpoint at the insert() method.
André Arnaud de Cal...
294,261
Super User 2025 Season 1
Martin Dráb
233,013
Most Valuable Professional
nmaenpaa
101,158
Moderator