InventCostListParmView::hasReturnStr Method
Retrieves the string that is used to compute the HasReturn column in the view.
Syntax
server public static str hasReturnStr(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 HasReturn column in the view.