InventSiteActivateUpdRule.inventDim2InventDimJoinInventDimParm Method [AX 2012]

Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers, except for fields set as true in the _inventDimParm parameter.

These fields will be compared against an empty value.

Syntax

protected str inventDim2InventDimJoinInventDimParm(
    InventDimParm _inventDimParm, 
    str _firstAlias, 
    str _secondAlias)

Run On

Server

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm table buffer specifying which fields should be compared against an empty value and which should be compared against the corresponding field.
  • _firstAlias
    Type: str
    The name of the first table buffer.
  • _secondAlias
    Type: str
    The name of the second table buffer.

Return Value

Type: str
Returns a SQL string.

See Also

Reference

InventSiteActivateUpdRule Class