PdcPuchaseInvoiceLineList.AddLineWithoutPO: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Declaration == AddLineWithoutPO(CalcNr, MatPos, MatNr as String) as PdcPurchaseInvoiceLine Either enter PONumber and POPositions or enter DeliveryID. == Description ==..."
 
Line 1: Line 1:
== Declaration ==
== Declaration ==
AddLineWithoutPO(CalcNr, MatPos, MatNr as String) as [[PdcPurchaseInvoiceLine]]
AddLineWithoutPO(CalcNr, MatPos, MatNr as String) as [[PdcPurchaseInvoiceLine]]
Either enter PONumber and POPositions or enter DeliveryID.


== Description ==
== Description ==

Revision as of 14:33, 16 March 2015

Declaration

AddLineWithoutPO(CalcNr, MatPos, MatNr as String) as PdcPurchaseInvoiceLine

Description

The method adds a purchase invoice line linked to a purchase order line or a delivery line.

Notes

Code example

Availability

Available since March 2015 (From version 5.0 onwards).