PdcPurchaseInvoiceLine.Pos: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Pos as String == Description == Line position (index) == Notes == == Code example == <source lang="vb"> </source> == Availability ==" |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Returns the position of the invoice line. Read only<br> | |||
== Notes == | == Notes == | ||
Corresponds with database column PIL_LINE.PIL_POS. | |||
== Code example == | == Code example == | ||
Line 15: | Line 15: | ||
== Availability == | == Availability == | ||
Available since March 2015, version 5.0 onwards. |
Latest revision as of 13:21, 21 August 2015
Declaration
Pos as String
Description
Returns the position of the invoice line. Read only
Notes
Corresponds with database column PIL_LINE.PIL_POS.
Code example
Availability
Available since March 2015, version 5.0 onwards.