PdcMaterialFile.ProcessPriceLineUpdate

From External Bemet Wiki
Revision as of 14:16, 26 June 2020 by TC (talk | contribs) (Created page with "== Declaration == ProcessPriceLineUpdate() == Description == Processes all lines from PLUP_PRICELINCEUPATE. == Notes == Only processed the lines which haven't been processed...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

ProcessPriceLineUpdate()

Description

Processes all lines from PLUP_PRICELINCEUPATE.

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)