Manufacturing Batch Size

Notes for release

Content

  • Task 19020 - User Story 19017 -
  • Task 20806 - Bug 20805 - Quantity per batch when conversion is not an integer

Events available

Event Type Object Function Description
Integration Event codeunit briMBS_BatchSizeLotMgt OnBeforeConfirmUpdateBatchSizeLotInfo(ItemNo: Code[20]; VariantCode: Code[10]; LotNo: Code[50]; var SkipConfirm: Boolean) Allows to Skip the confirmation message of updating the batch size lot information when posting a Reclassification Journal
Integration Event codeunit briMBS_ProdOrderCompNotificatn SkipShowingInvalidBatchSizeCompositionNotification(var SkipNotification: Boolean) Skip/Override Notification of SkipShowingInvalidBatchSizeCompositionNotification
Integration Event codeunit briMBS_ProdBOMBatchSizeMgt OnAfterUpdateBatchSizeBOMLineQuantities(var ProductionBOMLine: Record “Production BOM Line”) Retrieve Production BOM Line Record after updating the Batch Size Quantities
Integration Event codeunit briMBS_ProdBOMBatchSizeMgt OnBeforeUpdateBatchSizeBOMLineQuantities(var ProductionBOMLine: Record “Production BOM Line”; var IsHandled: Boolean) Skip/Override the Update of the Batch Size Quantites
Integration Event codeunit briMBS_ProdBOMBatchSizeMgt OnBeforeValidateProdBOMHeaderUnitofMeasure(ProductionBOMNo: Code[20]; VersionCode: Code[20]; NewUnitofMeasure: Code[10]; var IsHandled: Boolean) Skip/Override the validation of the Unit of Measure on Production BOM Header
Integration Event codeunit briMBS_ProdBOMBatchSizeMgt OnBeforeValidateProdBOMLineUnitofMeasure(var ProductionBOMLine: Record “Production BOM Line”; var IsHandled: Boolean) Skip/Override the validation of the Unit of Measure when updating the % Batch Quantity
Integration Event codeunit briMBS_ScrapLineNotification SkipShowingIgnoredScrapValueNotification(var SkipNotification: Boolean) Skip/Override Notification of SkipShowingIgnoredScrapValueNotification
Integration Event codeunit briMBS_SplitBatchSizeProdOrder OnAfterInsertAndRefreshProductionOrder(var ToProductionOrder: Record “Production Order”) Retrieve the Production Order created during the creation of the Batch Size Production Orders
Previous