RetailTransactionService::inventoryStatus Method [AX 2012]
Initializes the fields of an InventDim record by using the values of the InventDimCombination fields.
client server public static container inventoryStatus(ItemId _itemId, [RetailVariantId _variantId])
Run On
CalledParameters
- _itemId
- Type: ItemId Extended Data Type
The ItemId value.
- _variantId
- Type: RetailVariantId Extended Data Type
The value of the RetailVariantId field.
Return Value
Type: containerA container that contains a Boolean value that indicates whether the record was initialized successfully.
Show: