Issue
When you try to open the planning console of a PPM project, you will get a java.lang.NullPinterException error and the widget doesn't load.
Below are the error messages you will receive:
Failing widget: 'Planning console' (732659a3c313120028d7d56bc3d3ae44)
Script source code logged to console
java.lang.NullPointerException
TypeError: Cannot read property '3' of undefined
Steps to Reproduce:
- Access the instance,
- Open an existing tsp1 project with in-progress state
- Open the "planning console" related link
- You will get this below message:
Failing widget: 'Planning console' (732659a3c313120028d7d56bc3d3ae44)
Script source code logged to console
java.lang.NullPointerException - Open the browser console you will get this below message:
TypeError: Cannot read property '3' of undefined
Cause
Data Related to tsp1_project is missing in the "pm_console_list" Table.
Also, the "Planning console" widget has been customized.
Resolution
Import the data from the OOB instance to the "pm_console" Table and revert the "Planning console" widget to OOB, this will fix the issue.