From 21254b9a7f527cd0cd54d6c9cfe328401f928dfd Mon Sep 17 00:00:00 2001 From: Nikola Kukrika <39086991+nikolakukrika@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:24:16 +0100 Subject: [PATCH] Returing Agent Task List to the page search (#2865) #### Summary Returning agent task list to the page search #### Work Item(s) Fixes [AB#564040](https://dynamicssmb2.visualstudio.com/1fcb79e7-ab07-432a-a3c6-6cf5a88ba4a5/_workitems/edit/564040) --- .../App/Agent/Interaction/AgentTaskList.Page.al | 1 + 1 file changed, 1 insertion(+) diff --git a/src/System Application/App/Agent/Interaction/AgentTaskList.Page.al b/src/System Application/App/Agent/Interaction/AgentTaskList.Page.al index 5b35434070..85c2b144ad 100644 --- a/src/System Application/App/Agent/Interaction/AgentTaskList.Page.al +++ b/src/System Application/App/Agent/Interaction/AgentTaskList.Page.al @@ -9,6 +9,7 @@ page 4300 "Agent Task List" { PageType = List; ApplicationArea = All; + UsageCategory = Administration; SourceTable = "Agent Task"; Caption = 'Agent Tasks'; InsertAllowed = false;