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

14 lines
279 B
AL

page 50731 "UI Caption Bad"
{
layout
{
area(Content)
{
field(CustomerName; Rec."Customer Name")
{
InstructionalText = 'Enter the customer name.';
ShowCaption = false;
}
}
}
}