Add the Contents to Subtabs of Service Request
You must add contents to subtabs of service request.
Following are the steps:
-
Sign in to Oracle CX Sales using Administrator role.
-
Navigate to Application Composer.
-
Go to Service Request > Detailed Page Layout.
-
Edit all three detail layouts and add a subtab for Assigned Tasks page. For After Action Plan and After Canceled layouts, add another subtab for Action Plan page.
-
Reference the registered web application mashup content in groovy as follows:
-
Assigned Tasks:
return oracle.topologyManager.client.deployedInfo.DeployedInfoProvider.getEndPoint('ic')+"tasklist.html?hideSearch=true&hideSelectAll=true&tasklistFilter={\"keyword\":\""+SrNumber+"\"}"
-
Action Plan:
return oracle.topologyManager.client.deployedInfo.DeployedInfoProvider.getEndPoint('ic')+"dpdetail.html?instanceId="+ProcessInstanceId_c
-
Change the subtab titles to Assigned Tasks and Action Plan respectively.
-