PdcPurchaseInvoiceHeader.Save: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == Save == Description == Save othe invoice bject to database (inclusive invoice lines). == Notes == == Code example == <source lang="vb"> </source> == A..." |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Save | Save the invoice object to database (inclusive invoice lines). | ||
== Notes == | == Notes == | ||
If the setting '''Update prices when inputting invoices''' is turned on, during the processing of the purchase invoice lines, it could happen that a popup will appear where a choice has to be made. To either update the prices or leave it as it is. | |||
This popup will not appear when the lines are processed via the scheduler but instead will result in a log entry saying it's not possible to update the prices via the scheduler. | |||
== Code example == | == Code example == |
Latest revision as of 11:17, 15 September 2021
Declaration
Save
Description
Save the invoice object to database (inclusive invoice lines).
Notes
If the setting Update prices when inputting invoices is turned on, during the processing of the purchase invoice lines, it could happen that a popup will appear where a choice has to be made. To either update the prices or leave it as it is. This popup will not appear when the lines are processed via the scheduler but instead will result in a log entry saying it's not possible to update the prices via the scheduler.
Code example
Availability
Available since April 2014 (Version 4.3 onwards)