PdcPuchaseInvoiceLineList.Count

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

Declaration

Count

Description

Returns the number of invoice lines in the list.

Notes

Code example

The script returns number of invoice lines in the invoice.

dim objPI
dim objPIList

  set objPI = pdc.logistics.purchaseinvoices.active
  set objPIList = objPI.PurchaseInvoiceLineList
  msgbox objPIList.Count

Availability

Available since July 2015 (Version 5.1 onwards)