InventSiteActivateUpdRule.dbInventDimFieldNamesLocSite Method [AX 2012]

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

Syntax

protected str dbInventDimFieldNamesLocSite(
   [str _alias, 
    TableId _tableId, 
    str _joinAlias, 
    boolean _applyToSite, 
    boolean _applyToLocation])

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.
  • _applyToSite
    Type: boolean
    A boolean specifying whether to apply the _joinAlias to the InventSiteId field.
  • _applyToLocation
    Type: boolean
    A boolean specifying whether to apply the _joinAlias to the InventLocationId field.

Return Value

Type: str
A SQL string.

See Also

Reference

InventSiteActivateUpdRule Class