PdcPurchaseInvoiceLine.ID: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == ID as long == Description == Id of line (key) == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Returns Purchaseinvoiceline ID. Correspondes with database column PIL_LINE.PIL_ID (autoinc). Read only | |||
== Notes == | == Notes == | ||
Line 15: | Line 15: | ||
== Availability == | == Availability == | ||
Available since March 2015, version 5.0 onwards. |
Latest revision as of 09:16, 21 August 2015
Declaration
ID as long
Description
Returns Purchaseinvoiceline ID. Correspondes with database column PIL_LINE.PIL_ID (autoinc). Read only
Notes
Code example
Availability
Available since March 2015, version 5.0 onwards.