PdcPurchaseInvoiceLine.Qnty: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
== Description == | == Description == | ||
Returns or sets the invoiced quantity. Corresponds with database column PIL_LINE.PIL_QNTY. Read/Write <br> | Returns or sets the invoiced quantity. Corresponds with database column PIL_LINE.PIL_QNTY. Read/Write <br> | ||
NB: When setting the quantity, the unit price and amount will be calculated based on the available data.<br> | NB: When setting the quantity, the unit price and amount will be calculated based on the available data.<br> | ||
Beware that if no quantity is known, a quantity of 1 is assumed thus making the amount equal to the unit price.<br> | Beware that if no quantity is known, a quantity of 1 is assumed thus making the amount equal to the unit price.<br> | ||
I.e.: set the quantity before setting any prices. | I.e.: set the quantity before setting any prices. |
Latest revision as of 09:41, 21 August 2015
Declaration
Qnty as double
Description
Returns or sets the invoiced quantity. Corresponds with database column PIL_LINE.PIL_QNTY. Read/Write
NB: When setting the quantity, the unit price and amount will be calculated based on the available data.
Beware that if no quantity is known, a quantity of 1 is assumed thus making the amount equal to the unit price.
I.e.: set the quantity before setting any prices.
Notes
Code example
Availability
Available since March 2015, version 5.0 onwards.