bcquality/microsoft/knowledge/ui/provide-text-meaning-for-semantic-styles.bad.al
Jesper Schulz-Wedde 5bcdc55df9 Sync knowledge articles with review agent instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-05 14:08:32 +02:00

19 lines
319 B
AL

page 50735 "UI Style Bad"
{
layout
{
area(Content)
{
field(Score; Score)
{
Caption = 'Score';
Style = Favorable;
StyleExpr = IsGood;
}
}
}
var
Score: Integer;
IsGood: Boolean;
}