Manufacturing Batch Size
Notes for release 25.0.9167.56327
Content
- Task 17435 - User Story 17430 - Definition of Done
- Task 18037 - Bug 18036 - Process Type empty when creating more than one Prod Order with batch size
- Task 18041 - Bug 18039 - Columns are appearing even if the Prod Order Line doesn't have components
- Task 16031 - User Story 16029 - 5.5 - Production Order Header
- Task 17433 - User Story 17430 - Definition of Done
- Task 17434 - User Story 17430 - Definition of Done
- Task 17893 - Bug 17892 - Validation on number of Lots for Co-Product without Batch Production BOM
- Task 17428 - User Story 17427 - 7.1 - Permission Sets
- Task 17877 - Bug 17876 - Fields not correct on Report
- Task 17880 - Bug 17879 - Batch Lot Error when having multiple lines and Batch Size = No on Prod Order
- Task 17890 - Bug 17889 - Batch Lot Error when having multiple lines and Batch Size = No on Prod Order
- Task 16530 - User Story 16488 - 6.2. Mat. Requisition per Batch
- Task 16536 - User Story 16489 - 8. Integration with Manufacturing Essentials
- Task 16526 - User Story 16487 - 6.1. Report Selections Production Order
- Task 16540 - User Story 16490 - 9. Integration with Advanced Lot Management
- Task 16535 - User Story 16489 - 8. Integration with Manufacturing Essentials
- Task 16525 - User Story 16487 - 6.1. Report Selections Production Order
- Task 16500 - User Story 16482 - 5.7. Planning Components
- Task 16521 - User Story 16486 - 5.11. Batch Size Lot Movements
- Task 16516 - User Story 16485 - 5.10. Lot No Information
- Task 16511 - User Story 16484 - 5.9. Item Card
- Task 16506 - User Story 16483 - 5.8. Production by Batch
- Task 16501 - User Story 16482 - 5.7. Planning Components
- Task 16520 - User Story 16486 - 5.11. Batch Size Lot Movements
- Task 16515 - User Story 16485 - 5.10. Lot No Information
- Task 16510 - User Story 16484 - 5.9. Item Card
- Task 17207 - Bug 17206 - Manually added components - Expected Qty is incorrect
- Task 16505 - User Story 16483 - 5.8. Production by Batch
- Task 16494 - User Story 16481 - 5.6. Production Order Lines
- Task 16032 - User Story 16029 - 5.5 - Production Order Header
- Task 16026 - User Story 16023 - 5.4 - Prod. Order Component Line
- Task 16493 - User Story 16481 - 5.6. Production Order Lines
- Task 16025 - User Story 16023 - 5.4 - Prod. Order Component Line
- Task 16281 - User Story 16279 - 5.3 - Production BOM Version
- Task 16014 - User Story 16011 - 5.2 - Production BOM Lines
- Task 16007 - User Story 16005 - 5.1 - Production BOM Header
- Task 16008 - User Story 16005 - 5.1 - Production BOM Header
- Task 16013 - User Story 16011 - 5.2 - Production BOM Lines
- Task 16001 - User Story 15998 - 4.2 - Assisted Setup
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 |