PdcPurchaseInvoiceHeader.Show

From External Bemet Wiki
Revision as of 10:26, 19 August 2015 by TC (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

Show

Description

Shows the invoice screen in PdC after opening the invoice object with a script.

Notes

Code example

The following code example opens an invoice and shows the screen.

dim objPI

  set objPI = Pdc.logistics.PurchaseInvoices.Open("1500567")
  objPI.Show

Availability

Available since April 2014 (Version 4.3 onwards)