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.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156