PdcPurchaseInvoiceLine.Complete: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Complete as Boolean == Description == Amount of line equal or greater than invoiced amount == Notes == == Code example == <source lang="vb"> </source>..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
This flag indicates the purchase line is completely invoiced. | |||
== Notes == | == Notes == | ||
This flag is automatically set when the amount of the invoice line is equal or greater than amount of the purchase line (TOTINKOOP). | |||
After this flag is set to true, no invoice can be booked on it any more. | |||
== Code example == | == Code example == |
Revision as of 07:42, 21 August 2015
Declaration
Complete as Boolean
Description
This flag indicates the purchase line is completely invoiced.
Notes
This flag is automatically set when the amount of the invoice line is equal or greater than amount of the purchase line (TOTINKOOP). After this flag is set to true, no invoice can be booked on it any more.