InventSiteActivateUpdRule.inventDim2InventDimJoin Method [AX 2012]
Returns a SQL string for joining all the fields from the InventDim table, prefixed by two table buffers.
Syntax
protected str inventDim2InventDimJoin(
str _firstAlias,
str _secondAlias,
[TableId _tableId,
str _joinAlias])
Run On
Server
Parameters
- _firstAlias
Type: str
The name of the first table buffer.
- _secondAlias
Type: str
The name of the second table buffer.
- _tableId
Type: TableId Extended Data Type
The tableid of the first table buffer.
- _joinAlias
Type: str
The name of the table buffer that is joined.
Return Value
Type: str
Returns a SQL string.