Portfolio Workbench is not working properly - Loading error on Portfolio Dashboard and WorkbenchIssue <!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Overview Case 1 - Goto Portfolio Dashboard and click on Portfolio workbench and click on the select portfolio - Error Message is visible Case 2 - Portfolio Workbench is not working properly Steps to Replicate To reproduce Go to affected Instance.2. Go to Project > Portfolio > Workbench3. Click any portfolio available. Root Cause After clicking on the portfolio tile on workbench page it was redirecting to pc_gantt which gives the option to select my Gantt and loading fails In OOTB instance this redirects to ppsworkbench?id=pw_overview&sysparm_entity. Root cause and solution:Missing of the &sysparm_entity=portfolio in the arguments for the workbench module. Steps to Resolve Go to workbench module (click on the edit icon beside the module)Go to related list "Link Type" ( here you can notice the difference in the OOTB and affected instance)Put $ppsdashboard.do?sysparm_sys_class_name=pm_portfolio&sysparm_entity=portfolio in the arguments and save the record.