field(LearnMore; LearnMoreLbl)
{
ShowCaption = false;
ApplicationArea = All;
Editable = false;
Caption = 'Learn more';
ToolTip = 'View a detailed description of new capabilities and behaviors that are available when the feature is enabled (opens in a new tab).';
trigger OnDrillDown()
begin
Hyperlink(Rec."Learn More Link");
end;
}
André Arnaud de Cal...
293,112
Super User 2025 Season 1
Martin Dráb
231,893
Most Valuable Professional
nmaenpaa
101,156
Moderator