bcquality/microsoft/knowledge/ui/keep-captions-on-editable-fields.good.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

21 lines
451 B
AL

page 50730 "UI Caption Good"
{
layout
{
area(Content)
{
group(Description)
{
Caption = 'Description';
field(DescriptionField; Rec.Description)
{
MultiLine = true;
ShowCaption = false;
}
}
field(CustomerName; Rec."Customer Name")
{
}
}
}
}