Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -97,18 +97,21 @@ page 4303 "Agent Task Log Entry List"
ShowCaption = false;
label(Empty)
{
ApplicationArea = All;
Caption = '', Locked = true;
}
}
group(Right)
{
ShowCaption = false;
label(Disclaimer)
field(Disclaimer; AIGeneratedContentDisclaimerLbl)
{
ApplicationArea = All;
Caption = 'AI-generated content may be incorrect.';
ShowCaption = false;
Style = Subordinate;

trigger OnDrillDown()
begin
Hyperlink('https://go.microsoft.com/fwlink/?linkid=2349003');
end;
}
}
}
Expand Down Expand Up @@ -230,6 +233,7 @@ page 4303 "Agent Task Log Entry List"
end;

var
AIGeneratedContentDisclaimerLbl: Label 'AI-generated content may be incorrect.';
IsFeedbackActionEnabled: Boolean;
DetailsTxt: Text;
TypeStyle: Text;
Expand Down
Loading