PdcMaterialFile.MergeStockLines: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Line 1: Line 1:
== Declaration ==
== Declaration ==
MergeStockLines(oldID as Integer, newID as Integer, quantity as double, code as integer)


== Description ==
== Description ==

Revision as of 10:23, 24 September 2020

Declaration

MergeStockLines(oldID as Integer, newID as Integer, quantity as double, code as integer)

Description

Notes

Code example

PDC.App.MasterData.MaterialFile.MergeStockLines(oldID, newID, row.Cells("coltotaalaantal").Value, 15)

Availability

Available since August 2020 (5.6)