InventSiteActivateUpdRule.dbInventDimFieldNamesAndBlank Method [AX 2012]

Returns a list of all the fields in the InventDim table.

Syntax

protected str dbInventDimFieldNamesAndBlank(
    InventDimParm _inventDimParmBlank, 
   [str _alias, 
    TableId _tableId, 
    str _joinAlias])

Run On

Server

Parameters

  • _inventDimParmBlank
    Type: InventDimParm Table
    InventDimParm record stating the fields that should be blank.
  • _alias
    Type: str
    A table buffer to be set in front of the InventDim fields.
  • _joinAlias
    Type: str
    A joined table buffer.

Return Value

Type: str
A SQL string.

See Also

Reference

InventSiteActivateUpdRule Class