PdcPurchaseInvoiceHeader.Refresh
Jump to navigation
Jump to search
Declaration
Refresh
Description
Refreshes the invoice screen, to show the changes of the script to the user.
Notes
At the end of the changes in a script is this method always required. Otherwise, the user does not see the changes.
Code example
dim objPI
set objPI = Pdc.logistics.PurchaseInvoices.Active
objPI.InvoiceNo = "12345"
objPI.Refresh
Availability
Available since April 2014 (Version 4.3 onwards)