PdcMaterialFile.MergeStockLines

From External Bemet Wiki
Revision as of 11:41, 24 September 2020 by TC (talk | contribs) (Description)
Jump to navigation Jump to search

Declaration

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

Description

This function merges two stocklines into one. The amount of the old stockline is merged into the new stockline.

Notes

Code example

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

Availability

Available since August 2020 (5.6)