Confirmed Resource plans not appearing in Resource Workbench List viewIssue In the resource workbench, confirmed resource plans are not displayed in the Resource plan list view at the bottom of the screen. The confirmed resource plan is considered in the graphical chart and the filter at the top (funnel icon).CauseScript include: "rmWorkbenchListFilter" is filtering out the confirmed resource plan from the list view URL: /nav_to.do?uri=sys_script_include.do?sys_id=29a514639301020064f572edb67ffbb6ResolutionModify the script include. Script include name: rmWorkbenchListFilter URL: /nav_to.do?uri=sys_script_include.do?sys_id=29a514639301020064f572edb67ffbb6 Add this code after line 27: if(filterStates == "1,2,3,7,8,9,10")filterStates = "1,2,3,7,8,9,10,11"; Related LinksThis workbench is Legacy and no longer supported in future versions