ReqTransIntercompany::computedColumnString Method [AX 2012]

Creates a computed column string that is based on a source name and source field name.

server private static str computedColumnString(TableName _sourcetableName, FieldName _sourceFieldName)

Run On

Server

Parameters

_sourcetableName
Type: TableName Extended Data Type
The source data source in the union.
_sourceFieldName
Type: FieldName Extended Data Type
The source field name in the view.

Return Value

Type: str
A computed column string.
Show: