PdcPuchaseInvoiceLineList.AddExtraLine

From External Bemet Wiki
Revision as of 14:52, 16 March 2015 by TC (talk | contribs) (Created page with "== Declaration == AddExtraLine(intExCostID as integer, strExCostDescr as String, intLinkToPos as integer) as PdcPurchaseInvoiceLine. Enter the ID of the extra costs line i...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

AddExtraLine(intExCostID as integer, strExCostDescr as String, intLinkToPos as integer) as PdcPurchaseInvoiceLine. Enter the ID of the extra costs line in the FCKOST table, or its description. In case the line needs to be linked to another line in the same invoice, enter the position.

Description

The method adds a purchase invoice line for extra costs, optionally linked to another invoice line.

Notes

Code example

Availability

Available since March 2015 (From version 5.0 onwards).