Customizing And Deploying Customized Java Code for MFS Laptop 12.1.3
Hello
I am doing some customizations on adding new fields on Task/SR report (csmlSrReport.uix) as per the Doc: 1581003.1. I followed as per the note and i am getting the expected results and the customization was showing on the top of the SR/Task report. I want to start customization as per my requirements like adding a Task Assignee under 'Reported Time' section of the report. To start with I first reviewed CustomerSelfDataProviderHooks.java file and observed that it has methods and that methods are referring in csmlSrReport.uix file and also I observed that they are using a table CSM_INCIDENTS_ALL but I am not seeing this table in the database (using under getSrReportData method). Can you anybody help me where can i find this table to see list of columns.