Make BCQuality aware of ToolTips definied on the source

This commit is contained in:
Kilian Seizinger 2026-07-20 09:33:34 +02:00
parent 712dee9ec1
commit 48ead8fc21
6 changed files with 68 additions and 13 deletions

View file

@ -1,3 +1,15 @@
tableextension 50251 "Sample Tooltip Bad Ext" extends Customer
{
fields
{
field(50251; "Reward Level"; Code[10])
{
Caption = 'Reward Level';
DataClassification = CustomerContent;
}
}
}
page 50251 "Sample Tooltip Bad"
{
PageType = Card;
@ -8,7 +20,7 @@ page 50251 "Sample Tooltip Bad"
{
group(General)
{
field("No."; Rec."No.")
field("Reward Level"; Rec."Reward Level")
{
ApplicationArea = All;
}