InventSiteActivateUpdRule.insertIntoInventDimSelectLocSite Method [AX 2012]

Creates a SQL string to select field values from the InventDim table applying an alias to warehouse or site fields.

Syntax

protected str insertIntoInventDimSelectLocSite(
    TableId _tableId, 
    str _joinAlias, 
    boolean _applyToSite, 
    boolean _applyToLocation)

Run On

Server

Parameters

  • _joinAlias
    Type: str
    An alias of the joined table.
  • _applyToSite
    Type: boolean
    A Boolean parameter that specifies if an alias should be applied to the site field.
  • _applyToLocation
    Type: boolean
    A Boolean parameter that specifies if an alias should be applied to the warehouse field.

Return Value

Type: str
A SQL string to select field values from the InventDim table applying an alias to warehouse or site fields.

See Also

Reference

InventSiteActivateUpdRule Class