Unable to select groups other than "My groups", even that showing no data, throwing error "No resource plan is associated with this entity".DescriptionSymptoms We are unable to select groups other than "My groups" and even that is not showing us data. Getting error "No resource plan is associated with this entity". Steps to Reproduce: Go to Resource Reports,Choose a Report, Choose Groups as Entity TypeNext on Groups selection, Unable to choose anything other than My groups. Choose other standard values.Error with running the report. "No resource plan is associated with this entity", No other resource groups are showing up. Causepps_resource role is missing from all resource groupsResolutionThe reason this is happening is a Resource Report Groups is controlled by the roles that are on the Groups which means the users assigned to these groups need the pps_resource role. OOB, choosing My groups does not work too and gives the same error,The script that populates these choices it does not contain the pps_resource role.https://docs.servicenow.com/csh?topicname=new-features-changes.html&version=latest The PPS Resource [pps_resource] role is introduced to differentiate PPS users from all other users in the system. Only users with the PPS Resource role are considered for resource planning, and only users or groups with the PPS Resource role appear in resource plans. By default, the PPS Resource role is added to the Project User [project_user] and Demand User [demand_user] roles. None of the groups in resource groups have this role, it is needed to create a Resource Plan of Group Resource. Adding Project User or Demand User Roles to the Users or Groups should solve the issue.