mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-08 02:16:52 +01:00
Make BCQuality aware of ToolTips definied on the source
This commit is contained in:
parent
712dee9ec1
commit
48ead8fc21
6 changed files with 68 additions and 13 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue