InventSiteActivateUpdRule.insertIntoInventDimSelectInventDimParm Method [AX 2012]
Creates a SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer.
Syntax
protected str insertIntoInventDimSelectInventDimParm(InventDimParm _inventDimParm)
Run On
Server
Parameters
- _inventDimParm
Type: InventDimParm Table
An InventDimParm table buffer.
Return Value
Type: str
A SQL string to select field values from the InventDim table except for the ones marked in the InventDimParm table buffer.