PdcPurchaseInvoiceLine.Amount: Difference between revisions
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
== Availability == | == Availability == | ||
Returns Purchaseinvoiceline ID. Correspondes with database column PIL_LINE.PIL_ID (autoinc). |
Revision as of 12:37, 16 March 2015
Declaration
Amount as double
Description
Returns or sets the invoiceline's total amount. Corresponds with database column PIL_LINE.PIL_AMOUNT.
Notes
Returns or sets the total amount for the invoice line. When setting this property, set this after you've set the line's quantity! If not, the amount will be used as unitprice.
Code example
Availability
Returns Purchaseinvoiceline ID. Correspondes with database column PIL_LINE.PIL_ID (autoinc).