Share via


InventSiteActivateUpdRule.dbFieldName Method [AX 2012]

Returns a 'tablebuffer.field'.

Syntax

protected str dbFieldName(
    TableId _tableId, 
    FieldId _fieldId, 
    FieldNameGenerationMode _generationMode, 
   [str _alias])

Run On

Server

Parameters

  • _alias
    Type: str
    The alias (aka the name of the table buffer).

Return Value

Type: str
A SQL string.

See Also

Reference

InventSiteActivateUpdRule Class