Share via


InventSiteActivateUpdRule.dbInventDimFieldPrefixValue Method [AX 2012]

Returns a substring of case sentences for each field in the InventDim table.

Syntax

protected str dbInventDimFieldPrefixValue(str _alias, int length)

Run On

Server

Parameters

  • _alias
    Type: str
    A table buffer for the prefix of the fields.
  • length
    Type: int
    Length.

Return Value

Type: str
A SQL string.

See Also

Reference

InventSiteActivateUpdRule Class