InventSiteActivateUpdRule.dbInventDimFieldNamesInventDimParm Method [AX 2012]
Returns a list of all the fields in the InventDim table, except for fields set as true in the _inventDimParm parameter.
Blank values are returned for these fields.
Syntax
protected str dbInventDimFieldNamesInventDimParm(InventDimParm _inventDimParm, [str _alias])
Run On
Server
Parameters
- _inventDimParm
Type: InventDimParm Table
An InventDimParm table buffer specifying which fields should be blank and which should be mentioned in the string.
- _alias
Type: str
Alias string to be set in front of the InventDim fields.
Return Value
Type: str
A SQL string.