PdcMaterialFile.MergeStockLines: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
== Notes == | == Notes == | ||
All checks are done by standard PdC. | |||
== Code example == | == Code example == |
Revision as of 11:42, 24 September 2020
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
All checks are done by standard PdC.
Code example
PDC.App.MasterData.MaterialFile.MergeStockLines(oldID, newID, row.Cells("coltotaalaantal").Value, 15)
Availability
Available since August 2020 (5.6)