InventSiteActivateUpdRule.andNotExistInventDimInventDimParm Method [AX 2012]

Returns a SQL string of a NOT EXISTS running through all the inventory dimensions, except for fields set as true in the _inventDimParm parameter.

These fields will be compared against an empty value.

Syntax

protected str andNotExistInventDimInventDimParm(InventDimParm _inventDimParm, str _alias)

Run On

Server

Parameters

  • _inventDimParm
    Type: InventDimParm Table
    An InventDimParm table buffer specifying which fields should be compared against an empty value and which should be compared against the corresponding field.
  • _alias
    Type: str
    The first of the aliases for the comparing of the two inventory dimensions 'C' and 'A'.

Return Value

Type: str
A SQL string.

See Also

Reference

InventSiteActivateUpdRule Class