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

Called

Parameters

_itemId
Type: ItemId Extended Data Type
The ItemId value.
_variantId
Type: RetailVariantId Extended Data Type
The value of the RetailVariantId field.

Return Value

Type: container
A container that contains a Boolean value that indicates whether the record was initialized successfully.

ExceptionCondition
Error

The values did not initialize.

Show: