
Verified Plat-Admn-201 dumps Q&As 100% Pass in First Attempt Guaranteed Updated Dump from Free4Dump
Pass Salesforce Certified Administrator Plat-Admn-201 Exam With 160 Questions
NEW QUESTION # 78
Once an opportunity reaches the negotiation stage at Cloud Kicks, the Amount field becomes required for sales users. Sales managers need to be able to move opportunities into this stage without knowing the amount. How should a Platform Administrator require this field during the negotiation stage for sales users but allow their managers to make changes?
- A. Create a formula field to fill in the field for managers.
- B. Configure a validation rule to meet the criteria.
- C. Make the field required for all users.
- D. Assign the Administrator profile to the managers.
Answer: B
Explanation:
A Validation Rule is the only way to enforce conditional requirement logic based on both record data (the stage) and user data (the user's profile or role). To achieve this, the Platform Administrator would write a formula that checks three things: if the Stage is "Negotiation," if the Amount field is blank, and if the user is not a manager. The formula would look something like: AND(ISPICKVAL(StageName, "Negotiation"), ISBLANK(Amount), $Profile.Name <> "Sales Manager"). This allows the system to block standard sales users from saving the record without an amount, while the exception for the manager's profile allows them to bypass the requirement. Making the field required on the page layout (Option A) would affect all users equally, failing to meet the requirement for managers. Assigning the Admin profile to managers (Option B) is a major security risk and violates the principle of least privilege.1
NEW QUESTION # 79
What are three characteristics of a master-detail relationship?
- A. Permissions for the detail record are set independently of the master.
- B. The owner field on the detail records is the owner of the master record.
- C. The master object can be a standard or custom object.
- D. Roll-up summaries are supported in master-detail relationships.
- E. Each object can have up to five master-detail relationships.
Answer: B,C,D
Explanation:
A Master-Detail Relationship is a tight coupling between two objects that provides several unique functionalities:
Master Object Types: The master can be either a standard object (like Account) or a custom object (Option B).
Roll-up Summaries: This relationship type is the only one that natively supports Roll-up Summary fields, allowing the master record to calculate counts, sums, or averages of fields on the detail records (Option C).
Ownership and Security: The detail record inherits its owner and its security/sharing settings from the master record. Consequently, there is no "Owner" field on a detail record; it is always owned by the owner of the master (Option D).
Option A is incorrect because detail records cannot have independent permissions. Option E is incorrect because an object can only have a maximum of two master-detail relationships. This relationship is ideal for parent-child scenarios where the child's existence is entirely dependent on the parent.
NEW QUESTION # 80
Universal Containers requires that when an opportunity is closed won, all other open opportunities on the same account must be rendered as Closed Lost. Which automation solution should a Platform Administrator use to implement this request?
- A. Flow Builder
- B. Flow Orchestration
- C. Quick Action
- D. Outbound Message
Answer: A
Explanation:
Flow Builder is the recommended tool for automating updates to multiple related records based on a change to a single record. A "Record-Triggered Flow" can be configured to execute whenever an Opportunity is updated to "Closed Won". The flow can then find all other Opportunities related to the same Account where the "IsClosed" field is false, and use an Update Records element to set their stage to "Closed Lost". Outbound Messages (Option B) are used for notifying external systems, not for internal data updates31. Flow Orchestration (Option C) is designed for multi-user, complex business processes and would be overly complicated for this simple record update32. Quick Actions (Option D) require a user to click a button, which does not meet the requirement for automatic rendering upon the stage change33.
NEW QUESTION # 81
Which feature gives a sales team the ability to prioritize deals with recent updates in the List view and Kanban view?
- A. Deal Change Highlights
- B. Opportunity Path
- C. Big Deal Alerts
- D. Report Filters
Answer: A
Explanation:
Deal Change Highlights is a feature in Lightning Experience that helps sales teams quickly identify recent changes to opportunities. In list views and the Kanban view, changes to the "Amount" or "Close Date" fields are highlighted with green (for positive changes) or red (for negative changes) arrows and text for seven days. This allows reps and managers to visually prioritize deals that have recently shifted in value or timing without having to open each record. Big Deal Alerts (Option A) send emails for high-value deals. Report Filters (Option B) are for general data analysis. The Opportunity Path (Option D) helps guide users through stages but does not highlight recent field-level data changes in a list format.
NEW QUESTION # 82
Universal Containers wants to ensure that cases are routed to the right people at the right time, but there is a growing support organization. The business wants to be able to move people around and adjust the work they get without having to request extra assistance or rely on the administrator teams. Which tool allows the business to control its own assignment of work?
- A. Omni-Channel
- B. Lead Assignment Rules
- C. Case Assignment Rules
- D. Email-to-Case
Answer: A
Explanation:
Omni-Channel is a comprehensive service tool designed to route work items (like Cases, Leads, or custom objects) to the most available and qualified support agents in real-time. Unlike Case Assignment Rules, which are often static and require administrative intervention to update complex logic, Omni-Channel allows for more dynamic management through the use of Queues and Presence Statuses. By using Omni-Channel, a support manager or "Supervisor" can monitor agent workloads and adjust capacity or move people between service channels without needing to modify the underlying system configuration or involve the Platform Administrator. It supports various routing models, such as "Least Active" or "Most Available," ensuring that work is distributed fairly and efficiently. This flexibility is vital for growing organizations that need to scale their support operations quickly while maintaining high service levels. Furthermore, it provides the business with the autonomy to manage its workforce effectively, as managers can see who is logged in and what they are working on, allowing for immediate adjustments to handle spikes in case volume.
NEW QUESTION # 83
Cloud Kicks wants to make sure clients are getting the attention they need and cases are not sitting longer than the Service Level Agreement (SLA) it has with its clients. Which standard feature helps route cases to a Tier 2 team if they have not been addressed in a specific amount of time?
- A. Milestone and Entitlements
- B. Omni Channel Routing
- C. Auto Response Rules
- D. Escalation Rules
Answer: D
Explanation:
Escalation Rules are specifically designed to ensure that cases do not violate a company's Service Level Agreements (SLAs). When a case meets predefined criteria and remains open for a specific duration--such as two hours or seven days--the escalation rule automatically triggers. A Platform Administrator can configure these rules to perform two primary actions: reassigning the case to a different user or queue (such as a Tier 2 support team) and sending notification emails to managers or the new owner to ensure the delay is addressed. While Milestones and Entitlements (Option A) are used to track and display SLA compliance on a record, Escalation Rules are the functional engine used to physically "route" or move the record based on time- based triggers. Omni-Channel (Option B) handles real-time routing based on agent availability rather than time-elapsed thresholds. Auto-Response Rules (Option C) are used only to send initial confirmation emails to customers upon case creation.
NEW QUESTION # 84
A manager wants the sales team to update their opportunities on a regular basis. Which feature should a Platform Administrator implement to help with this?
- A. Big Deal Alerts
- B. Similar Opportunities
- C. Opportunity Update Reminders
- D. Scheduled Reports
Answer: C
Explanation:
Opportunity Update Reminders is a specific, automated feature in Salesforce designed exactly for this purpose. When enabled, it allows managers to automatically send an email to their direct reports with a list of their open opportunities. The email serves as a prompt for the reps to review their deals and ensure close dates, amounts, and stages are current. This is more effective than a general Scheduled Report (Option D) because it is a purpose-built notification system that can be configured by the manager. Big Deal Alerts (Option C) are for high-value deal notifications, not general pipeline hygiene. Similar Opportunities (Option A) helps with sales strategy but does not encourage record updates.
NEW QUESTION # 85
A Platform Administrator creates a custom text area field on the Account object and adds it to the service team's page layout. The service team manager loves the addition of this field and wants it to appear in the highlights panel so that the service reps can quickly find it when on the Account page. How should the administrator accomplish this?
- A. In the Account object manager, create a custom compact layout.
- B. Create a new page layout and a new section titled highlights panel.
- C. From the page layout editor, drag the field to the highlights panel.
- D. Make the field required and move it to the top of the page.
Answer: A
Explanation:
In the Salesforce Lightning Experience, the Highlights Panel at the top of a record page is controlled by the Compact Layout. The compact layout determines which fields (up to 7) appear in the record header and in the hover-over details. To add a new custom field to this area, the Platform Administrator must go to the Object Manager for Accounts, select Compact Layouts, and either edit the existing primary layout or create a new custom one. After adding the custom text area field to the "Selected Fields" list and saving, the field will immediately appear in the Highlights Panel for users. It is a common misconception that the standard Page Layout editor (Option D) controls the highlights panel; while the page layout controls the "Details" section and "Related Lists," it does not manage the header area. Option B might make the field easier to find in the details section but will not place it in the highlights panel.
NEW QUESTION # 86
Universal Containers (UC) has a private sharing model for Opportunities and uses Opportunity teams. Criteria-based sharing rules are not used. A sales rep at UC leaves the company, and their user record is deactivated. The rep is later rehired in the same role. A Platform Administrator activates the old user record. The user is added to the same default Opportunity teams but is no longer able to see the same records the user worked on before leaving the company. What is the likely cause?
- A. The records were manually shared with the user.
- B. Permission sets were removed when the user was deactivated.
- C. The stage of the opportunity records was changed to Closed Lost.
- D. The record type of the opportunity records was changed.
Answer: A
Explanation:
In Salesforce, there are different types of sharing: Managed Sharing (Role Hierarchy, Sharing Rules) and Manual Sharing. A critical behavior of the platform is that when a user is deactivated, all their Manual Shares (records shared with them by other users using the "Share" button) are automatically and permanently deleted from the system. Even if the user record is reactivated later, those manual shares do not return. Because the organization uses a "Private" model and does not use criteria-based sharing rules, the user's previous access likely relied on manual sharing or their previous position in the hierarchy. While activating the record and adding them back to teams provides new access, the historical "one-off" shares are gone. Options A and B are unlikely to be the cause of a total loss of visibility. Option D is incorrect because permission sets control what a user can do, not which specific records they can see in a private sharing model.
NEW QUESTION # 87
The sales director at Cloud Kicks wants to be able to predict upcoming revenue in the next several fiscal quarters so they can set goals and benchmark how reps are performing. Which two features should a Platform Administrator configure?
- A. Forecasting
- B. Sales Quotes
- C. Opportunity Stages
- D. Opportunity List View
Answer: A,C
Explanation:
To "predict upcoming revenue" and "benchmark performance," Salesforce provides the Collaborative Forecasting feature.
Forecasting (Option B): This tool allows managers to see their pipeline summarized by time period (quarters) and category. It provides a real-time view of what the team expects to close.
Opportunity Stages (Option D): Forecasting relies directly on the Opportunity Stage. Each stage is mapped to a "Forecast Category" (e.g., Pipeline, Best Case, Commit, Closed). By accurately defining these stages and their associated probabilities, the Platform Administrator ensures that the forecast reflects a realistic revenue prediction.
Sales Quotes (Option A) are for generating customer-facing documents. List Views (Option C) are for managing individual records but do not provide the multi-quarter aggregation and benchmarking capabilities required by the sales director.
NEW QUESTION # 88
A Delegated Administrator at Universal Containers cannot edit the Created Date field for the Account record. What reason should the System Administrator give for why this is occurring?
- A. This user does not have Edit permissions on the Account object.
- B. This field is Read-Only in Field-Level Security settings.
- C. This field is defined as Read-Only on the Page Layout.
- D. This is a System Audit field and it is Read-Only for existing records.
Answer: D
NEW QUESTION # 89
Northern Trail Outfitters (NTO) wants to ensure new Contacts are validated before they can be saved. If a user selects that the LeadSource picklist value is Other, NTO also wants to populate a custom text field called Source__c. Which validation rule should a Platform Administrator configure to meet this requirement?
- A. AND(LeadSource = 'Other', Source__c = '')
- B. AND(ISPICKVAL(LeadSource,'Other'), ISBLANK(Source__c))
- C. AND(NOT(ISPICKVAL(LeadSource,'Other'))), NOT(ISBLANK(Source__c))
- D. AND(NOT(LeadSource = 'Other'), NOT(Source__c = ''))
Answer: B
Explanation:
In Salesforce, validation rules use formulas to verify if the data entered by a user meets specific criteria before saving the record1. To check the value of a picklist field like LeadSource, the ISPICKVAL() function must be used, as picklist fields do not support standard text operators like "=" in validation formulas2. The requirement is to block the save if LeadSource is "Other" but the Source__c text field is empty3. The ISBLANK() function effectively checks if a text field contains no data4. Therefore, the correct logic uses AND() to trigger the error message only when both conditions are met: the picklist is set to "Other" AND the text field is blank5. Option A is incorrect because it treats a picklist like a text field6. Option B and D use NOT() logic, which would trigger errors in the wrong scenarios.
NEW QUESTION # 90
Once an opportunity reaches the negotiation stage at Cloud Kicks, the Amount field becomes required for sales users. Sales managers need to be able to move opportunities into this stage without knowing the amount. How should a Platform Administrator require this field during the negotiation stage for sales users but allow their managers to make changes?
- A. Create a formula field to fill in the field for managers.
- B. Configure a validation rule to meet the criteria.
- C. Make the field required for all users.
- D. Assign the Administrator profile to the managers.
Answer: B
Explanation:
A Validation Rule is the only way to enforce conditional requirement logic based on both record data (the stage) and user data (the user's profile or role). To achieve this, the Platform Administrator would write a formula that checks three things: if the Stage is "Negotiation," if the Amount field is blank, and if the user is not a manager. The formula would look something like:
AND(ISPICKVAL(StageName, "Negotiation"), ISBLANK(Amount), $Profile.Name <> "Sales Manager"). This allows the system to block standard sales users from saving the record without an amount, while the exception for the manager's profile allows them to bypass the requirement.
Making the field required on the page layout (Option A) would affect all users equally, failing to meet the requirement for managers. Assigning the Admin profile to managers (Option B) is a major security risk and violates the principle of least privilege.
NEW QUESTION # 91
A Platform Administrator is designing a prompt template for a new agent. The agent's purpose is to help service reps troubleshoot technical issues by providing concise, step-by-step instructions.
Based on best practices for creating effective prompts, which approach should the administrator use when writing this prompt?
- A. Write a detailed prompt with multiple nested conditions to cover all the major troubleshooting scenarios.
- B. Focus on providing high-level, theoretical concepts so the AI has the flexibility to respond creatively.
- C. Use specific technical terms and abbreviations to ensure the AI understands the specialised domain.
- D. Use natural, easy-to understand language and clear, concise instructions to guide the AI's behavior.
Answer: D
Explanation:
Creating effective Agentforce prompts requires a focus on clarity and simplicity to ensure the Large Language Model (LLM) follows instructions accurately. According to Salesforce best practices, administrators should use natural, easy-to-understand language and provide clear, concise instructions. This approach helps the AI accurately reason through the task without becoming confused by overly complex or nested logic (Option A). While technical accuracy is important, relying heavily on jargon or abbreviations (Option B) can sometimes lead to unexpected results if the LLM interprets those terms differently in various contextsFurthermore, providing high-level theoretical concepts (Option C) often results in vague or "creative" answers that may not be helpful for technical troubleshooting, which requires specific and actionable steps. Using direct instructions like "Summarize the issue in three bullet points" is more effective than broad guidelines.
NEW QUESTION # 92
Cloud Kicks wants to leverage roll-up summaries on the Account object. Which standard object supports this roll-up summary natively?
- A. Case
- B. Opportunity
- C. Campaigns
- D. Contact
Answer: B
Explanation:
A Roll-up Summary Field is a powerful feature that calculates values from related records and displays them on a master record. However, this functionality is natively available only on the
"Master" side of a Master-Detail relationship. For standard objects, Salesforce provides a built-in Master-Detail-like relationship between Accounts and Opportunities. Specifically, the Account object acts as the master, and the Opportunity object acts as the detail. This relationship allows a Platform Administrator to create roll-up summary fields on the Account to calculate the sum of
"Total Opportunity Amount," the "Minimum Close Date," or a "Count" of all related opportunities.
Other standard objects like Contacts (Option B) and Cases (Option C) have a lookup relationship to Accounts rather than a master-detail relationship, and therefore do not support native roll-up summaries. Campaigns (Option D) also do not share this specific relationship with Accounts. If an administrator needs to roll up data from these other objects, they would typically need to use a custom solution like Flow Builder or a third-party app, whereas Opportunities are supported natively out of the box .
NEW QUESTION # 93
The sales reps at Cloud Kicks should be able to report on each other's account and opportunity records with the organization-wide default for Account and Opportunity both set to Private. What should a Platform Administrator do to achieve this?
- A. Create an owner-based sharing rule for Accounts with sharing between a Public Group of Sales Reps and Read Only Opportunity Access.
- B. Create manual sharing to share specific account and opportunity records between the sales reps.
- C. Utilize Apex sharing to programmatically share records between a group of Sales Rep users.
- D. Create an Account and Opportunity report to show any owned by each member of the Sales Team and save the report into a shared report folder.
Answer: A
Explanation:
In a Private sharing model, users cannot see records they do not own unless they are shared. An Owner-based Sharing Rule is the standard way to grant this access at scale. By creating a rule that shares records owned by members of a "Sales Reps" Public Group with that same Public Group, the administrator allows all reps to see each other's accounts. Furthermore, because Account and Opportunity share a relationship, the sharing rule can be configured to grant "Read Only" (or higher) access to the associated Opportunity records simultaneously. Option B is incorrect because simply placing a report in a folder does not bypass record-level security (users will see an empty report). Option C and D are inefficient for granting broad, group-based access that can be handled via standard configuration.
NEW QUESTION # 94
Leadership at Cloud Kicks wants to go beyond knowing how long a case has been open for, to knowing how long a case has sat with different teams. Which tool gives a Platform Administrator the ability to track the time a case sits and provide relevant reporting?
- A. Case Assignment Rules with Business Hours
- B. Milestones with Business Hours
- C. Escalation Rules with Business Hours
- D. Record-Triggered Flows with Business Hours
Answer: B
Explanation:
To track specific stages of a support process and measure the time elapsed within those stages, Salesforce provides Entitlements and Milestones. Milestones represent required steps in a support process, such as "First Response Time" or "Resolution Time". When combined with Business Hours, Milestones allow the system to accurately calculate how long a case has been in a particular status or assigned to a specific team, excluding weekends or non-working hours. This provides leadership with granular reporting on "Team Performance" and SLA compliance.
Escalation Rules (Option A) and Assignment Rules (Option C) are primarily routing tools; they can move a case but do not natively provide the timestamp-based tracking and reporting necessary to see duration across multiple "handoffs". Record-Triggered Flows (Option B) could theoretically be used to stamp fields, but this would require significant custom development and would not offer the native, out-of-the-box reporting dashboards that come with the Milestones feature. Therefore, Entitlement Management is the standard solution for tracking time-based service metrics.
NEW QUESTION # 95
The VP of sales at Cloud Kicks has a standard sales profile and is receiving an error message that prevents them from saving an opportunity. A Platform Administrator attempted the same edit without receiving an error. How should the administrator troubleshoot this issue?
- A. Use an AppExchange product to troubleshoot.
- B. Use 'Login as' to log in as the user.
- C. Ask the user for their password so the admin can log in as the user.
- D. Log in as a system administrator to troubleshoot.
Answer: B
Explanation:
When a specific user encounters an error that an administrator cannot replicate, the most effective troubleshooting technique is to "Login as" that user. This feature, which must be enabled in the organization's login policies, allows the administrator to see exactly what the user sees and experience the system through their specific profile, role, and sharing permissions22. This is vital for identifying issues related to Validation Rules, Field-Level Security, or Record-Triggered Flows that might only trigger under specific user contexts. Logging in as a system administrator (Option A) is ineffective because administrators often bypass certain restrictions that apply to standard users4. Asking for a password (Option D) is a major security violation and is never required in Salesforce5. By using the "Login as" feature, the admin can pinpoint whether the error is caused by the user's data input or a specific permission conflict assigned to their profile.
NEW QUESTION # 96
Cloud Kicks has implemented an Employee Agent to answer benefits questions for its employees. How should a Platform Administrator prevent the agent from responding to staff members' questions about the CEO's private health plan and benefits?
- A. Train the agent on employee health plans instead of the CEO's health plan.
- B. Configure assignment rules to assign the agent to employee data.
- C. Modify the agent's instructions and guardrails to block questions related to the CEO's health plan.
- D. Ensure the users' permissions and field-level security restrict access to the CEO's health plan.
Answer: D
Explanation:
In the context of Agentforce AI, grounding and data security are paramount. Salesforce AI agents, including Employee Agents, respect the existing security model of the Salesforce organization1. This means that the most effective way to prevent an agent from accessing or disclosing sensitive information, such as a CEO's private health plan, is to leverage Field-Level Security (FLS) and user permissions2. When an agent "grounds" its response, it only considers data that the running user (or the agent's service user) has the permission to view3. If the CEO's health records are stored in fields or records that are restricted via FLS or Sharing Settings from the profiles or permission sets used by the agent's context, the agent will simply not "see" that data during its retrieval phase4. While modifying instructions and guardrails (Option C) provides an additional layer of safety, it is not as foolproof as the underlying security architecture5. Training the agent (Option D) is not a standard configuration step for preventing specific record access in a production environment6. Therefore, maintaining a robust security model is the critical prerequisite for ensuring that AI agents provide accurate and safe responses without leaking confidential business information.
NEW QUESTION # 97
How can multiple Campaign records be associated with a single Opportunity?
- A. Primary Campaign Source
- B. Campaign Influence
- C. Campaign Members
- D. Campaign Hierarchy
Answer: B
NEW QUESTION # 98
Cloud Kicks has the organization wide defaults for Opportunity set to Private. Which two features should a Platform Administrator use to open up access to opportunity records for sales users working on collaborative deals?
- A. Sharing set
- B. Profiles
- C. Sharing rules
- D. Role hierarchy
Answer: C,D
Explanation:
When an object's Organization-Wide Default (OWD) is set to Private, the "Record Sharing" engine must be used to grant additional access.
Sharing Rules: These allow the administrator to grant lateral access to records based on criteria or ownership (e.g., share all "Large Deals" with the "Strategic Sales" group).
Role Hierarchy: This standard feature automatically grants vertical access, ensuring that managers and users higher in the hierarchy can see and edit records owned by their subordinates.
Profiles (Option D) control what actions a user can perform (Create, Read, Edit) but do not grant access to specific records that the user does not own in a Private model. A Sharing Set (Option B) is a specific feature used for Experience Cloud (Community) users to grant them access to records related to their account and is not used for standard internal sales users.
NEW QUESTION # 99
At Cloud Kicks, sales reps use discounts on the opportunity record to help win sales on particular products. When an opportunity is won, they then have to manually apply the discount to the related opportunity products. The sales manager has asked if there is a way to automate this time-consuming task. What should a Platform Administrator use to deliver this requirement?
- A. Approval Process1
- B. Formula Field2
- C. Flow Builder3
- D. Prebuilt Macro4
Answer: C
Explanation:
To automate the update of related records (Opportunity Products) based on a change to a parent record (the Opportunity), Flow Builder is the most powerful and app7ropriate tool. Specifically, a "Record-Triggered Flow" can be configured to fire whenever an Opportunity is updated to the "Closed Won" stage. The flow can then use a "Get Records" element to find all Opportunity Product records associated with that specific Opportunity and an "Update Records" element to apply the discount value from the parent to each line item. Formula Fields are insufficient here because they are "read-only" and cannot physically push data into other records for permanent storage. Approval Processes manage status changes but are not designed for bulk child-record updates. Flow Builder provides the logic necessary to handle this "one-to-many" update scenario, significantly reducing manual data entry for sales reps and ensuring that the financial data on the products accurately reflects the agreed-upon deal terms.
NEW QUESTION # 100
A Platform Administrator has reviewed an upcoming critical update. How should the administrator proceed with activation of the critical update?
- A. Allow the critical update to auto-activate in a sandbox.
- B. Activate the critical update in production.
- C. Allow the critical update to auto-activate.
- D. Activate the critical update in a sandbox.
Answer: D
Explanation:
Salesforce Critical Updates (now often called Release Updates) can significantly change the behavior of the platform, potentially impacting custom code, integrations, or existing automation. The best practice for any Platform Administrator is to activate and test the update in a Sandbox environment first. This allows the administrator to identify and resolve any breaking changes without disrupting the live business operations in Production. Only after the update has been thoroughly vetted and all necessary adjustments have been made should the update be activated in the Production environment. Allowing an update to "auto-activate" (Options A and D) is risky because it removes the administrator's control over the timing and testing of the change. Activating directly in Production (Option B) bypasses the essential quality assurance steps that are fundamental to professional org management.
NEW QUESTION # 101
What is the next step an agent performs when the tasks within an agentic loop are all unsatisfactory?
- A. Routes to a live agent
- B. Gives an error message
- C. Asks for additional information
- D. Provides the best answer possible with caveats
Answer: C
Explanation:
In an agentic loop, the AI agent iteratively tries to solve a user's request by calling actions and evaluating the results. If the results of those actions are unsatisfactory (e.g., the data returned doesn't answer the prompt or a required input is missing), the agent's next logical step is to ask for additional information. By clarifying the user's intent or requesting the missing data point, the agent can initiate a new loop with better inputs. Giving up with an error message (Option B) or providing a "best guess" (Option A) are considered failures of the reasoning process. Routing to a live agent (Option C) is an escalation step that typically happens after the agent has failed to resolve the issue even after clarification, or if the user explicitly asks for human help.
NEW QUESTION # 102
Northern Trail Outfitters has the Case object set to private. The support manager raised a concern that reps have a broader view of data than expected and can see all cases on their group's dashboards. What is causing reps to have inappropriate access to data on dashboards?
- A. Public Dashboards
- B. Dashboard Subscriptions
- C. Dashboard's running user
- D. Dashboard Filters
Answer: C
Explanation:
In Salesforce, a dashboard's running user determines which data is displayed to anyone viewing the dashboard. If a dashboard is configured with a "Static" running user (e.g., a Support Manager who has "View All" permissions), every user who views that dashboard will see the manager's level of data, regardless of their own personal sharing permissions. This bypasses the Organization-Wide Default (OWD) of "Private" for the Case object. When the support manager observes that reps can see all cases on a group dashboard, it is almost certainly because the dashboard is "running" as a user with high-level access. To correct this and ensure users only see data they are entitled to, the Platform Administrator should convert it into a Dynamic Dashboard. A dynamic dashboard is set to "Run as the logged-in user," meaning the data reflected in the components will automatically filter based on the individual viewer's specific sharing rules and record ownership. This ensures that the dashboard remains a useful tool for the team while strictly adhering to the company's data privacy and security requirements.
NEW QUESTION # 103
......
Salesforce Plat-Admn-201 Exam Syllabus Topics:
| Topic | Details |
|---|---|
| Topic 1 |
|
| Topic 2 |
|
| Topic 3 |
|
| Topic 4 |
|
| Topic 5 |
|
Pass Plat-Admn-201 Tests Engine pdf - All Free Dumps: https://passleader.free4dump.com/Plat-Admn-201-real-dump.html