VendInvoiceTransExpanded::returnAmountMstParameterized Method [AX 2012]

Implements the derived column for the returnAmountMst field.

server private static str returnAmountMstParameterized(str _fieldName)

Run On

Server

Parameters

_fieldName
Type: str
The name of the field that holds the quantity value.

Return Value

Type: str
A string that contains the derived column expression.

The returned string resembles the following string: CASE WHEN t1._fieldName less than 0 THEN Abs(t1.lineamountmst) ELSE 0 END

Show: