mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
21 lines
451 B
AL
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")
|
|
{
|
|
}
|
|
}
|
|
}
|
|
}
|