InventSiteActivateUpdRule.insertIntoInventDimSelect Method [AX 2012]

Creates a SQL string to select field values from the InventDim table in the case when InventDim table is joined to another table.

Syntax

protected str insertIntoInventDimSelect(TableId _tableId, str _joinAlias)

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 in the case when InventDim table is joined to another table.

See Also

Reference

InventSiteActivateUpdRule Class