Subscriber portal
Implements the derived column for the returnAmountMst field.
server public static str returnAmountMst()
The returned string resembles: CASE WHEN t1.inventqty < 0 THEN Abs(t1.lineamountmst) ELSE 0 END.