InventSiteActivateUpdRule.andNotExistInventDimAndBlank Method [AX 2012]
Returns a SQL string of a NOT EXISTS running through all the inventory dimensions.
Syntax
protected str andNotExistInventDimAndBlank(
str _alias,
InventDimParm _inventDimParmBlank,
[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'.
- _inventDimParmBlank
Type: InventDimParm Table
InventDimParm record stating the fields that should be compared against a blank value.
- _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.