[Quality Management] - Extensibility and Public APIs#6444
Merged
tomasevicst merged 7 commits intomainfrom Feb 5, 2026
Merged
Conversation
…cross multiple codeunits for consistency and clarity. This change enhances the readability of the code and aligns with naming conventions. Updated related documentation to reflect the new parameter names.
JakovljevicDusan
previously approved these changes
Feb 3, 2026
attilatoury
reviewed
Feb 3, 2026
...pps/W1/Quality Management/app/src/Integration/Receiving/QltyReceivingIntegration.Codeunit.al
Show resolved
Hide resolved
attilatoury
previously approved these changes
Feb 3, 2026
- Updated test procedures in QltyTestsMisc.Codeunit.al to replace instances of QltyMiscHelpers with QltyInspectionUtility for consistency and improved clarity. - Removed unnecessary declarations of QltyMiscHelpers in multiple test procedures. - Ensured all assertions in the tests reflect the new utility usage. Enhance Subscription Header Functionality - Added logic to prevent deletion of Subscription Headers with assigned Subscription Lines in SubscriptionHeader.Table.al. - Implemented integration tests in ServiceObjectTest.Codeunit.al to verify that unassigned Subscription Lines are deleted when the Subscription Header is deleted, and that an error is thrown when attempting to delete a Subscription Header with assigned lines. Add Integration Event for Language Code Retrieval - Introduced an integration event in Language.Codeunit.al to allow customization of the default user language code retrieval process. Update Barcode Tests for Improved Coverage - Modified test cases in IDAutomation2DTest.Codeunit.al to ensure encoding scenarios for various symbologies yield correct results, enhancing test coverage and reliability.
… cleaner integration
e1663c8
- Added permission for "Qlty. Asm. Gen. Rule Wizard" in multiple permission sets. - Updated labels in QltyMiscHelpers.Codeunit for consistency and clarity. - Introduced Export and Import functionality for MCP configurations, including JSON handling. - Added actions for exporting and importing MCP configurations in the MCP Config List page. - Improved MCP Copy Config page to display instructional messages. - Implemented tests for exporting and importing MCP configurations to ensure data integrity.
attilatoury
previously approved these changes
Feb 5, 2026
AleksandricMarko
previously approved these changes
Feb 5, 2026
- Removed unused procedures and variables from the "Subcontracting Management" codeunit to streamline functionality. - Introduced a new codeunit "Subc. Purchase Order Creator" to encapsulate purchase order creation logic. - Updated page extension for "Subc. Prod. Order Rtng." to utilize the new "Subc. Purchase Order Creator" codeunit. - Refactored the "Subc. Create Prod. Ord. Opt." codeunit to call the new purchase order creator for handling subcontracting operations. - Adjusted event subscriber to reference the new "Subc. Purchase Order Creator" codeunit for handling purchase order display logic.
981ab89
JakovljevicDusan
approved these changes
Feb 5, 2026
attilatoury
approved these changes
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Refactor integration event parameters from 'Handled' to 'IsHandled' across multiple codeunits for consistency and clarity. This change enhances the readability of the code and aligns with naming conventions. Updated related documentation to reflect the new parameter names.
Work Item(s)
Fixes AB#610916