PdcPuchaseInvoiceLineList.AddExtraLine: Difference between revisions
Jump to navigation
Jump to search
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..." |
|||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
AddExtraLine(intExCostID as integer, strExCostDescr as String | AddExtraLine(intExCostID as integer, strExCostDescr, strLinkToPos as String) as [[PdcPurchaseInvoiceLine]]. | ||
Enter the ID of the extra costs line in the FCKOST table, or its description. | 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. | In case the line needs to be linked to another line in the same invoice, enter the position. |
Revision as of 09:43, 24 March 2015
Declaration
AddExtraLine(intExCostID as integer, strExCostDescr, strLinkToPos as String) 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).