Changelog

2501.1.0.0
Sep 04, 2025

ESG

Enhancement(s)

With this release of the Aptean eSignature extension, the following updates have been introduced to improve authentication handling and maintainability:

  • Updates to eSignatureMgt173FDW codeunit
    • Replaced direct authentication logic with calls to the new eSignatureOAuthMicrosoft173FDW codeunit.
    • Standardized error messaging with labels: AuthFailureErr, AuthFailureNoHTTPStatusErr.
    • Delegated token acquisition and validation to a dedicated OAuth codeunit for improved maintainability.
  • Additions to eSignatureOAuthMicrosoft173FDW codeunit
    • Implemented the GetOAuthToken procedure to acquire access tokens using the OAuth 2.0 authorization flow.
    • Added ValidateUserSignIn to enforce Multi-Factor Authentication (MFA) claims validation during login.
    • Introduced error handling for token request failures using the following error labels:
      • DidNotUseMfaErr
      • AccessTokenNotInResponseErr
      • FailedGetAccessTokenErr
      • FailedToSendRequestErr
    • Standardized redirect URL retrieval logic by combining default URL handling with setup configuration.

2502.0.0.0
Sep 02, 2025

PRS

Feature(s)
318398, 311153

With the feature added in this release of the Aptean Product Specification extension, the system uses the Variant Error Handling field value on the Product Specification Setup page to manage variant mismatches between the Bill of Materials (BOMs) and product specifications. For more information, see Set up product specification templates.

UI/UX Change(s)

The Variant Error Handling field has been added to the Product Specification Setup page.

2509.2.0.0
Sep 02, 2025

QCA

Enhancement(s)
301975, 296718, 324025

With this release of the Aptean Quality Control (BC) extension, the OnOpenQCCheckInQCA event subscriber in the QCAIntegrationSubscr92FDW codeunit has been restored. The event was previously removed in version 2509.0.0.0 as part of other functional changes. This enhancement addresses the issue reported in bug ID #324025.

Bugfix(es)
323407
An error occurs during the migration of quality control data from Power Apps to Business Central.
324025
The system fails to trigger the OnOpenQCCheckInQCA event subscriber in the QCAIntegrationSubscr92FDW codeunit preventing a specific quality control check from opening on the Quality Control App page in Business Central.

2503.2.0.0
Sep 01, 2025

AWH

Bugfix(es)
323625
An error occurs when executing the Create Pick action on the Warehouse Shipment page when the combined list of available bin codes exceeds 250 characters.