Share via


VendInvoiceTransExpanded::purchaseAmountMst Method

Implements the derived column for the purchaseAmountMst field.

Syntax

server public static str purchaseAmountMst()

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 t1.lineamountmst ELSE 0 END.

See Also

Reference

VendInvoiceTransExpanded View