PdcFinancial.SalesInvoiceExecute

From External Bemet Wiki
Revision as of 13:10, 21 May 2012 by Mike (talk | contribs) (Created page with "== Declaration == SalesInvoiceExecute == Description == Exports the sales invoices into the export table == Notes == This method exports all sales invoices in the the table...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

SalesInvoiceExecute

Description

Exports the sales invoices into the export table

Notes

This method exports all sales invoices in the the table FACEXP. Only sales invoices with the field FC_EXPORT is false will be exported. To find the table view of FACEXP in Plan-de-CAMpagne, go to the main menu "File-Import/Export-Financial Export". On the tab "Exportfile" the table FACEXP is shown.

Code example

dim strLogTekst

  pdc.Import_Export.Financial.EmptyExportTable
  pdc.Import_Export.Financial.SalesInvoiceExecute
  strLogTekst = pdc.Import_Export.Financial.LogReport

  if Trim(strLogTekst) <> "" then
    msgbox strLogTekst
  end if

Availability

Available since September 2007 (From version 3.8).