PdcMaterialFile.ProcessPriceLineUpdate: Difference between revisions
Jump to navigation
Jump to search
Created page with "== Declaration == ProcessPriceLineUpdate() == Description == Processes all lines from PLUP_PRICELINCEUPATE. == Notes == Only processed the lines which haven't been processed..." |
|||
Line 3: | Line 3: | ||
== Description == | == Description == | ||
Processes all lines from | Processes all lines from PLUP_PRICELINEUPATE. | ||
== Notes == | == Notes == |
Latest revision as of 08:05, 29 June 2020
Declaration
ProcessPriceLineUpdate()
Description
Processes all lines from PLUP_PRICELINEUPATE.
Notes
Only processed the lines which haven't been processed yet, are released and have a correct issuedate, startdate and material name.
This function needs the license multiplier suppliers, and turns it on for each material that is updated.
Code example VB.NET
PDC.App.MasterData.MaterialFile.ProcessPriceLineUpdate()
Availability
Available since Juli 2020 (from version 5.6)