AxInventDim::findInventDimInventTable Method [AX 2012]

Finds valid inventory dimensions that contain site and warehouse if multi site is enabled.

Syntax

client server public static container findInventDimInventTable(
    InventTable _inventTable, 
   [boolean _useInventDimCombination, 
    InventSiteId _inventSiteId])

Run On

Called

Parameters

  • _useInventDimCombination
    Type: boolean
    A Boolean value that determines whether to use inventory dimension combination when finding valid item dimensions for the inventory dimension.
    If not specified, the default settings are used; optional.

Return Value

Type: container
A container that holds the following elements:

  1. A Boolean value that indicates whether any of the inventory dimensions must be filled in for finding valid inventDimId values.

  2. An InventDim table. The found valid inventory dimension for the item.

  3. A Boolean value that indicates whether any of the inventory dimensions were found by not using the setup for the item.

See Also

Reference

AxInventDim Class