Project Planning Console widget issueIssue 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 consolejava.lang.NullPointerExceptionTypeError: Cannot read property '3' of undefined Steps to Reproduce: Access the instance,Open an existing tsp1 project with in-progress stateOpen the "planning console" related linkYou will get this below message:Failing widget: 'Planning console' (732659a3c313120028d7d56bc3d3ae44)Script source code logged to consolejava.lang.NullPointerExceptionOpen the browser console you will get this below message:TypeError: Cannot read property '3' of undefinedCauseData Related to tsp1_project is missing in the "pm_console_list" Table.Also, the "Planning console" widget has been customized.ResolutionImport the data from the OOB instance to the "pm_console" Table and revert the "Planning console" widget to OOB, this will fix the issue.