RetailStoreTable::fillInventDimWithStoreDefaults Method
This method copies default inventory dimensions that are defined for the retail store to the specified inventory dimensions record.
Syntax
client server public static void fillInventDimWithStoreDefaults(ItemId _itemId, InventDim _inventDim)
Run On
Called
Parameters
- _itemId
Type: ItemId Extended Data Type
ID of the item that the inventory dimensions relate to.
- _inventDim
Type: InventDim Table
The inventory dimensions record that needs to be populated with the default inventory dimensions that are defined for the retail store.
Remarks
The method will use the current InventLocationId to determine the warehouse to copy defaults from.