InventSiteActivateUpdRule.andNotExistInventDim Method [AX 2012]
Returns a SQL string of a NOT EXISTS running through all the inventory dimensions.
Syntax
protected str andNotExistInventDim(
str _alias,
[TableId _tableId,
str _joinAlias])
Run On
Server
Parameters
- _alias
Type: str
The first of the aliases for the comparing of the two inventory dimensions 'C' and 'A'.
- _tableId
Type: TableId Extended Data Type
The tableid of the alias.
- _joinAlias
Type: str
The join alias (if any).
Return Value
Type: str
A SQL string.