BOMCalcJob::updateWithDefaultInventSite Method [AX 2012]

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

Syntax

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

Run On

Called

Parameters

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

See Also

Reference

BOMCalcJob Class