Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Updates the quantity field with the value in its corresponding BOM ID.
Syntax
server protected static void updateQtyField(
InventBOMComparisonTmp_CN _bomComparison,
BOM _bom,
BOMId _bomId,
int _bomIndex)
Run On
Server
Parameters
- _bomComparison
Type: InventBOMComparisonTmp_CN Table
A comparison result that has to be updated.
- _bom
Type: BOM Table
A temporary BOM table buffer that contains the BOM line details.
- _bomId
Type: BOMId Extended Data Type
The BOM ID.
- _bomIndex
Type: int
The index of the BOM ID; also the index of the quantity field in the _compType type.