Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Implements the derived column for the returnAmountMst field.
Syntax
server public static str returnAmountMst()
Run On
Server
Return Value
Type: str
A string that contains the derived column expression.
Remarks
The returned string resembles: CASE WHEN t1.inventqty < 0 THEN Abs(t1.lineamountmst) ELSE 0 END.