PdcPurchaseInvoiceHeader.Refresh

From External Bemet Wiki
Revision as of 10:21, 19 August 2015 by TC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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)