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
ServerParameters
- _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.
Show: