PdcPurchaseInvoiceLine.Amount

From External Bemet Wiki
Revision as of 08:01, 21 August 2015 by TC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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:
1. if no quantity is set, the amount will be used as unitprice. The quantity is also set to 1.
2. if the quantity is already set, the unitprice is calculated by amount / quantity.

Code example

Availability