Share via


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

  • _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.

See Also

Reference

RetailStoreTable Table