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
- _tableId
Type: TableId Extended Data Type
The tableid of the table buffer.
- _fieldId
Type: FieldId Extended Data Type
The fieldid of the field.
- _generationMode
Type: FieldNameGenerationMode Enumeration
Determination of what the returning string is used for (e.g. FieldList, GroupByFieldList, WhereClause).
- _alias
Type: str
The alias (aka the name of the table buffer).
Return Value
Type: str
A SQL string.