Manufacturing Batch Size

Notes for release 27.0.9740.37582

Content

  • Task 24322 - User Story 24321 - Compatibility Fix V29 Manufacturing Batch Size
  • Task 22365 - Bug 21449 - Information related to Batch Size are not copied with copy Bom Feature
  • Task 22369 - Bug 21449 - Information related to Batch Size are not copied with copy Bom Feature
  • Task 22370 - User Story 18893 - Add a message when the user change on the BOM the batch quantity
  • Task 22372 - User Story 18893 - Add a message when the user change on the BOM the batch quantity

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_ProdBOMBatchSizeMgt OnBeforeUpdateBatchQuantitiesOnUpdateQuantityPer(var ProductionBOMLine: Record “Production BOM Line”; xProductionBOMLine: Record “Production BOM Line”; BatchQuantity: Decimal; var IsHandled: Boolean) Skip/Override the Update of the Batch Size Quantites when Quantity per is updated
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