Skip to content

[Extensibility Request] issue 10888: expose allowable values validation - #11086

Draft
business-central-extensibility-bot[bot] wants to merge 1 commit into
mainfrom
bc-extrequest-implement/ext_issue-10888
Draft

[Extensibility Request] issue 10888: expose allowable values validation#11086
business-central-extensibility-bot[bot] wants to merge 1 commit into
mainfrom
bc-extrequest-implement/ext_issue-10888

Conversation

@business-central-extensibility-bot

@business-central-extensibility-bot business-central-extensibility-bot Bot commented Sep 4, 2026

Copy link
Copy Markdown

Summary

Extensions need to apply the standard Quality Management allowable-values validation and normalization to custom text fields, but the existing implementation is not externally callable. This PR exposes the existing validation procedure so extensions can reuse the same behavior without duplicating the standard logic.

Changes Made

  • Qlty. Result Evaluation.ValidateAllowableValuesOnText - made the documented procedure public so extensions can validate and normalize custom text values using the existing allowable-values logic.

Fixes #10888

Important

AI-generated: content may be inaccurate or incomplete. Please review and verify before relying on or merging.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AL: Apps (W1) Add-on apps for W1 Approved The issue is approved request-for-external Team: SCM GitHub request for SCM area

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Quality Management] Qlty. Result Evaluation make local procedure ValidateAllowableValuesOnText public

0 participants