Customizing the Request Dashboard

Code Insight 6.14.2 SP1

This chapter provides the information to customize the Request Dashboard by adding an Assigned Date column.

This column shows the date when the request was last assigned to the current assignee. This information makes it easier to identify requests that are delayed in the review process and need to be prioritized. To add the Assigned Date column, follow these instructions.

To add the Assigned Date column, do the following:

1. Add the following text to the requests.web.json file (located in <FNCI_ROOT_DIRECTORY>/config/core/requests.web.json). You may change the name of the column heading by modifying the “header” value and change the column order by modifying the “positionIndex” value.


    "dataIndex": "assignedDate", 
    "derived": true, 
    "positionIndex": -2, 
    "header": "Assigned On",
    "width": 150 

Note:The -2 refers to the 2nd position from the right.

2. Launch a new browser session and navigate to the Requests dashboard, which has the Assigned Date column.

Note:Although this modification does not require a server restart, you may want to clear your browser cache if the column does not appear