Now the quality inspection card shows the status in bold + green if open#6849
Open
Now the quality inspection card shows the status in bold + green if open#6849
Conversation
BardurKnudsen
approved these changes
Feb 25, 2026
| field(Status; Rec.Status) | ||
| { | ||
| Editable = false; | ||
| StyleExpr = StatusStyleExpr; |
Contributor
There was a problem hiding this comment.
Fine.
Just FYI: There is also another pattern that can be handy:
Style = "Favorable";
StyleExpr = Rec.Status = Rec.Status::Open;
The result is the same, but you don't need to code anything
Contributor
|
@6CRIPT good point regarding Bold for Finished status. Please implement. |
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.
Fixes AB#622626
Now if the Status is "Open" the Quality Inspection Card shows it in bold/green.


However, I was wondering if it makes sense also to propagate this change to the Quality Inspection List, like this:
The commit only includes the Card part (first image), therefore if you want, I can also push the second part to have the same format in the list.
Also Attila and I were wondering if we want the other status to be bold (but not green), not just default. Like for finished in "Sales Order"