BOMCalcJob::updateWithDefaultInventSite Method [AX 2012]

Updates the specified inventory dimensions with a default site ID, if an update is required.

client server private static InventDim updateWithDefaultInventSite(ItemId _itemId, InventDim _inventDim)

Run On

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The ID of the item.
_inventDim
Type: InventDim Table
The current inventory dimensions to update, if an update is required.

Return Value

Type: InventDim Table
The InventDim object that was updated with the default site ID, if the original site ID was empty.
Show: