DictView.computedColumnString Method [AX 2012]

Retrieves the table alias.

public str computedColumnString(
    str dataSourceName, 
    str fieldName, 
   [FieldNameGenerationMode generationMode, 
    boolean needTrim])

Run On

Server

Parameters

dataSourceName
Type: str

fieldName
Type: str

generationMode
Type: FieldNameGenerationMode Enumeration

needTrim
Type: boolean

Return Value

Type: str
The formatted field name string.

The table alias is an SQL field name in a database-style format that can be used together with a computed column definition.

Community Additions

ADD
Show: