mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-06 17:36:53 +01:00
24 lines
534 B
AL
24 lines
534 B
AL
page 50733 "UI Grid Bad"
|
|
{
|
|
layout
|
|
{
|
|
area(Content)
|
|
{
|
|
grid(BalanceGrid)
|
|
{
|
|
GridLayout = Columns;
|
|
field(CustomerName; Rec."Customer Name")
|
|
{
|
|
ShowCaption = false;
|
|
}
|
|
group(BalanceColumn)
|
|
{
|
|
field(Balance; Rec.Balance)
|
|
{
|
|
ShowCaption = false;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|