PdcPurchaseInvoiceHeader.ExpireDays: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == ExpireDays as long == Description == Days before payment is due == 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 == | ||
The number of days of the terms of payment, in which the invoice payment is expired. | |||
== Notes == | == Notes == | ||
Automatically after setting the terms of payment id, the expirationdate is calculated with the number of days. | |||
== Code example == | == Code example == |
Latest revision as of 11:58, 19 August 2015
Declaration
ExpireDays as long
Description
The number of days of the terms of payment, in which the invoice payment is expired.
Notes
Automatically after setting the terms of payment id, the expirationdate is calculated with the number of days.