InventSiteActivateUpdRule.insertIntoInventDimSelectAndBlank Method [AX 2012]

Creates a SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer in the case when InventDim table is joined to another table.

Syntax

protected str insertIntoInventDimSelectAndBlank(
    TableId _tableId, 
    str _joinAlias, 
    InventDimParm _inventDimParmBlank)

Run On

Server

Parameters

  • _joinAlias
    Type: str
    An alias to be used for the InventDim table.

Return Value

Type: str
A SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer in the case when InventDim table is joined to another table.

See Also

Reference

InventSiteActivateUpdRule Class