InventCostListParmView::hasMarkingStr Method [AX 2012]

Retrieves the string that is used to compute the HasMarking column in the view.

server public static str hasMarkingStr(TableName _viewName, FieldName _fieldName)

Run On

Server

Parameters

_viewName
Type: TableName Extended Data Type
The name of the view.
_fieldName
Type: FieldName Extended Data Type
The name of the field in the view.

Return Value

Type: str
A string that is used to compute the HasMarking column in the view.
Show: