PdcMaterialFile.UpdatePriceBracket: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
<br />
<br />
MatNo <br />
MatNo <br />
The material number to recalculate the deafault supplier line to the main card.<br />
The material number for recalculation the deafault supplier line to the main card.<br />


== Code example VB.NET ==
== Code example VB.NET ==

Latest revision as of 10:13, 13 April 2018

Declaration

UpdatePriceBracket(MatNo as string) as boolean

Description

Recalculates the materialcard with default supplier line.

Notes

Recalculates the materialcard with default supplier line. Always used after an import of supplier lines.

MatNo
The material number for recalculation the deafault supplier line to the main card.

Code example VB.NET

dim MatNo as string = "MaterialNo12345"

If not PDC.App.MasterData.MaterialFile.UpdatePriceBracket(MatNo) Then
  msgbox(PDC.App.LastError)
end if

Availability

Available since April 2018 (from version 5.4)