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