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