Share via


InventSiteActivateUpdRule.dbInventDimFieldNames Method [AX 2012]

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

Syntax

protected str dbInventDimFieldNames(
   [str _alias, 
    TableId _tableId, 
    str _joinAlias])

Run On

Server

Parameters

  • _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