Validation + UI update when trying to create Quality Inspection Results records with empty fields.#6805
Open
Validation + UI update when trying to create Quality Inspection Results records with empty fields.#6805
Conversation
…at thay can not be empty and the window throws an error if you try to close it/insert one new record/modify an existing record with empty fields.
|
Issue #622623 is not valid. Please make sure you link an issue that exists, is open and is approved. |
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
1 similar comment
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
AndreiPanko
reviewed
Feb 24, 2026
| if Rec.Code = DefaultResultInProgressCodeLbl then | ||
| Rec."Finish Allowed" := Rec."Finish Allowed"::"Do Not Allow Finish"; | ||
|
|
||
| TestField("Description"); |
Contributor
There was a problem hiding this comment.
please don't
we already have:
field(2; "Description"; Text[100])
{
Caption = 'Description';
NotBlank = true;
ToolTip = 'Specifies a friendly description for the result.';
}
AndreiPanko
requested changes
Feb 24, 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.
The Code and Description fields now display a red asterisk to indicate that they are mandatory. An error is shown if the window is closed or if a new record is inserted or an existing one modified with empty fields.
Fixes AB#622623