AI OnAI Off
Hi Muller,
The statement "TrackInventory = true" is only set the inventory should be tracked.
To set IsTracked for a variant of each warehouse, you have to use IInventoryService.Save(IEnumerable<InventoryRecord>).
Best regards
GiangTran
How to set Tracked and Is tracked properties of variant in inventory tab to true by default? I have set TrackInventory = true in SetDefaultValues method which makes only the first one checked.