PdcPurchaseInvoiceHeader.Show
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)