PdcPurchaseInvoiceHeader.Show: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == Show == Description == Shows the invoice screen in PdC after opening the invoice object with a script. == Notes == == Code example == <source lang="vb"> ..."
 
No edit summary
 
Line 8: Line 8:


== Code example ==
== Code example ==
<source lang="vb">
The following code example opens an invoice and shows the screen.
The following code example opens an invoice and shows the screen.



Latest revision as of 10:26, 19 August 2015

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)