page 51002 "UI Sample FieldTooltip Good" { PageType = Card; SourceTable = Customer; layout { area(Content) { group(General) { field("Name"; Rec.Name) { ApplicationArea = All; ToolTip = 'Specifies the name of the customer.'; } field("Balance (LCY)"; Rec."Balance (LCY)") { ApplicationArea = All; ToolTip = 'Shows the current balance in the local currency.'; } } } } }