Valid PSA-Sysadmin Dumps shared by ExamDiscuss.com for Helping Passing PSA-Sysadmin Exam! ExamDiscuss.com now offer the newest PSA-Sysadmin exam dumps, the ExamDiscuss.com PSA-Sysadmin exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com PSA-Sysadmin dumps with Test Engine here:
You recently activated a Project Management Workspace and are notified that some users are seeing the following error on the navigation component: Error: "You do not have access to the Apex class named 'wksp_navigation'." Which permission do you need to add for the user?
Correct Answer: C
* Understanding the "wksp_navigation" Error in PSA Workspaces: * The error occurs when a user does not have the necessaryApex Class permissionsfor the Project Management WorkspaceNavigation Component. * Options Analysis: * Option A:"Add the 'PSA Workspace Navigation Apex Class' Permission Set to the User" #Incorrect. No such predefined permission set exists. * Option B:"Create a Permission Control for the user for 'Workspaces' for their Region, Practice, or Group"#Incorrect. Permission controls manageregional accessbut do not grant access to Apex Classes. * Option C:"Add the Apex Class 'wksp_navigation' to the User's Permission Set or Profile" #Correct! The missing access must be manually added viaProfiles or Permission Sets. * Steps to Fix the Issue: * Navigate toSetup#Permission Sets. * Select the relevantPermission Setfor affected users. * Click onApex Class Accessand add"wksp_navigation". * Save and test workspace access. References: * PSA Sys Admin Essentials Student Guide.