
Share Latest Jul-2026 AP-211Test Practice Test Questions, Exam Dumps
Positive Aspects of Valid Dumps AP-211 Exam Dumps!
NEW QUESTION # 60
A bug is assigned to a developer stating that when an address contains data in the Address Line 2 field, the FlexCard display adds an additional line, causing formatting issues.
How should the developer handle this in a DataRaptor without changing the underlying data structures?
- A. Add a Load DataRaptor to write the data into one new custom field.
- B. Create a new Turbo Extract DataRaptor to trim the Address data in both fields.
- C. Modify the Extract DataRaptor to concatenate the address fields by using a formula.
- D. Replace the Extract DataRaptor with a Transform DataRaptor to convert the data as needed.
Answer: C
NEW QUESTION # 61
Bloomington Caregivers has identified the need to encrypt data to comply with the Health Insurance Portability and Accountability Act (HIPAA).
What are three key considerations when complying with HIPAA regulations using Salesforce Shield in conjunction with Bloomington Caregivers' data strategy?
Choose 3 answers
- A. Using third-party data backup solutions to store backups of sensitive data off-site
- B. Providing access to third-party auditors to regularly review Shield implementation settings
- C. Ensuring that sensitive data is encrypted both In transit and at rest
- D. Implementing audit trails and regularly reviewing them to detect unauthorized access attempts
- E. Configuring data retention policies to ensure that records are retained for the appropriate length of time
Answer: C,D,E
Explanation:
When complying with HIPAA using Salesforce Shield, Bloomington Caregivers must:
Encrypt sensitive data in transit and at rest:
Shield Platform Encryption ensures encryption at rest; Salesforce uses TLS for encryption in transit.
Extract:
"Salesforce Shield encrypts sensitive data at rest. Salesforce also encrypts data in transit using TLS." (Source: Salesforce Security Guide, Shield Platform Encryption Guide) Implement and regularly review audit trails:
Shield Event Monitoring and Field Audit Trail help monitor data access and modifications.
Extract:
"Implement audit trails and monitor them to detect unauthorized or suspicious activities." ([Source: Salesforce Security Guide, Shield Platform Encryption Guide]) Configure data retention policies:
Retain records for legally required periods to comply with HIPAA.
Extract:
"Data retention policies must comply with legal and regulatory requirements, including HIPAA." ([Source: Salesforce Security Guide]) Why not B or C?
Providing access to third-party auditors is not a Salesforce Shield requirement; such reviews are typically handled internally.
Using third-party backup solutions is not a core Shield/HIPAA control within Salesforce, and data residency must be managed with care.
NEW QUESTION # 62
A pharma company runs personalized medicine programs and needs the ability to coordinate various steps involved in the process, like apheresis and infusion.
Which Health Cloud capability should help the company with this program?
- A. Integrated Care Management
- B. Intelligent Sales
- C. Advanced Therapy Management
- D. Intelligent Document Automation
Answer: C
Explanation:
Step-by-Step Explanatio n:
Advanced Therapy Management (ATM):
For personalized medicine programs, such as those involving apheresis and infusion, Salesforce Health Cloud offers Advanced Therapy Management (ATM), specifically designed for complex therapy coordination.
Exact Extract:
"Advanced Therapy Management supports cell and gene therapy processes by coordinating multiple steps such as collection, manufacturing, apheresis, and infusion." Reference:
Why Not Other Options?
Integrated Care Management: Focuses on traditional care plans and care team coordination, not advanced therapies.
Intelligent Document Automation/Intelligent Sales: Not related to therapy process coordination.
Conclusion:
Advanced Therapy Management is the correct Health Cloud capability for coordinating personalized medicine program steps.
NEW QUESTION # 63
Bloomington Caregivers is launching a patient portal with contact tracing functionality as part of its Health Cloud implementation.
Users require the ability to leverage advanced sharing and customizable dashboards.
Which license should a consultant recommend for the external patient users?
- A. External Apps for Health Cloud
- B. Customer Community Plus for Health Cloud
- C. Customer Community for Health Cloud
- D. Experience Cloud for Health Cloud
Answer: D
NEW QUESTION # 64
Bloomington Caregivers is looking to migrate from Service Cloud to Health Cloud to take advantage of the prebuilt healthcare features and functionality.
Which three prerequisites should Bloomington Caregivers' administrators complete to successfully install the Health Cloud managed package in its org?
Choose 3 answers
- A. Enable contacts to relate to multiple accounts.
- B. Enable person accounts from Setup.
- C. Enable Chatter settings from Setup.
- D. Log a support case to have person accounts enabled.
- E. Make data protection details available in records.
Answer: A,C,E
NEW QUESTION # 65
An administrator is configuring security for a patient list.
Health Cloud Accredited Professional
Which three considerations should the administrator take into account to ensure proper access to the list?
Choose 3 answers
- A. When a user's field-level security restricts access to a field used as a display column, the column does not appear in the list.
- B. Administrators can restrict access to patient or member lists using standard Salesforce sharing settings on the list.
- C. Administrators can restrict access using HCPatientListSecurity custom setting.
- D. Users with profile or permission sets that restrict access to an object cannot create a list using that object.
- E. Administrators can create restriction rules to offset a private organization-wide default setting.
Answer: A,B,D
NEW QUESTION # 66
A customer wants to view a patient's health conditions and clinical encounters as a sequence of events happening over time on the patient's Person Account page.
What should a consultant do to achieve this using the Enhanced Timeline functionality?
- A. Add a record to the HealthCloudTimelineConfig custom setting.
- B. Create a new Timeline record within Setup.
- C. Clone the HCTimeline FlexCard for customization.
- D. Create a new Timeline View Configuration record.
Answer: D
Explanation:
* Enhanced Timeline Functionality:
The Enhanced Timeline in Health Cloud displays a sequence of clinical events (e.g., health conditions and encounters) on a patient's Person Account.
Exact Extract:
"To configure the Enhanced Timeline component to show custom event types and adjust the event display, create a Timeline View Configuration record." Reference:
* Other Options:
Timeline records within Setup and HealthCloudTimelineConfig custom setting are not how the Enhanced Timeline is configured for new event views.
Cloning the HCTimeline FlexCard is not required or recommended for this configuration.
NEW QUESTION # 67
A bug is assigned to a developer stating that when an address contains data in the Address Line 2 field, the FlexCard display adds an additional line, causing formatting issues.
How should the developer handle this in a DataRaptor without changing the underlying data structures?
- A. Add a Load DataRaptor to write the data into one new custom field.
- B. Create a new Turbo Extract DataRaptor to trim the Address data in both fields.
- C. Modify the Extract DataRaptor to concatenate the address fields by using a formula.
- D. Replace the Extract DataRaptor with a Transform DataRaptor to convert the data as needed.
Answer: C
Explanation:
The issue is that the FlexCard is displaying an extra line whenever Address Line 2 has data. The requirement is to fix the display formatting without changing the underlying data model.
In OmniStudio DataRaptors, you can add formula fields during data extraction.
By concatenating Address Line 1 + Address Line 2 into a single formatted field inside the Extract DataRaptor, you can pass the clean, properly formatted address to the FlexCard.
This approach ensures:
No changes to underlying data structure.
No need to create new fields.
Controlled formatting at the data transformation layer.
Why not the others?
A . Add a Load DataRaptor to write the data into one new custom field.
This changes the data model by writing into a new custom field, which the requirement prohibits.
B . Replace the Extract DataRaptor with a Transform DataRaptor.
Transform DataRaptors are typically used for complex JSON-to-JSON mapping or orchestration, not needed here since a simple formula in the Extract DataRaptor suffices.
D . Create a new Turbo Extract DataRaptor to trim the Address data in both fields.
Turbo Extracts are used for high-performance, single-object extracts but do not support formulas or transformations.
They wouldn't solve the concatenation/formatting issue.
Salesforce OmniStudio Reference:
OmniStudio DataRaptor Guide:
"Use formulas in Extract DataRaptors to concatenate or transform fields before passing data to a UI component."
"Turbo Extract DataRaptors don't support formulas or transformations."
NEW QUESTION # 68
Bloomington Caregivers is implementing Health Cloud to reduce manual processes for its Contact Center agents. To help streamline caller authentication, the company plans to leverage out- of-the-box Health Cloud features.
Which Health Cloud feature should a consultant recommend the company use in this scenario?
- A. Reusable Verification FlexCards
- B. Verify Customer Identity Process Flow
- C. Identity Verification Flow Templates
- D. Customer Identity OmniScript Templates
Answer: C
Explanation:
Out-of-the-box caller authentication in Health Cloud is primarily supported through Identity Verification Flow Templates. These flow templates are designed to help organizations comply with HIPAA and other regulatory requirements by standardizing the caller verification process for contact center agents.
Step-by-Step Reference:
Health Cloud provides Identity Verification Flow Templates that streamline the authentication of callers, reducing manual processes and ensuring regulatory compliance.
Extract:
"Use the Health Cloud Identity Verification Flow Templates to verify a caller's identity based on information you select, such as date of birth, phone number, or other criteria." (Source: Administer Health Cloud) These templates can be deployed as standard flows and easily customized for the organization's authentication requirements.
Extract:
"Leverage out-of-the-box Identity Verification Flow Templates to quickly set up and deploy identity verification processes in your contact center." (Source: Administer Health Cloud - Identity Verification) This approach is preferred over FlexCards, OmniScripts, or ad-hoc processes, as it provides a compliant and guided experience.
NEW QUESTION # 69
A payer needs to work with plan members and medical providers to influence decisions through a case-by-case review of the appropriateness of care.
When gathering requirements for this use case, which two Utilization Management processes should a consultant discuss with the client?
Choose 2 answers
- A. Considering the number of intake agents who will be using Health Cloud
- B. Designing Next Best Action and Recommendations for the care management team
- C. Designing Care Requests to seek authorization from a health plan for drugs, services, and admissions
- D. Considering the Request Review Types; Prior Authorization Review, Concurrent Review, and Retrospective Review
Answer: C,D
Explanation:
Comprehensive Detailed Step by Step Explanation with exact Extracts from Salesforce Health Cloud documents that you have with Reference Request Review Types:
Utilization Management processes center around reviewing requests for appropriateness of care, with the three main types being Prior Authorization Review, Concurrent Review, and Retrospective Review.
Extract:
"Utilization Management supports prior authorization, concurrent, and retrospective reviews to evaluate care appropriateness case by case."
- Utilization Management in Health Cloud
Care Requests:
Care Requests are the mechanism for providers to seek authorization from payers for drugs, services, or admissions.
Extract:
"Design care request processes to support providers seeking health plan authorization for services, medications, or admissions."
- Health Cloud Utilization Management Data Model
Why not the other options?
A: Next Best Action is more for care management recommendations, not utilization review.
C: Intake agent count is an operational consideration, not a UM process.
Reference:
Utilization Management Overview
Utilization Management Data Model
NEW QUESTION # 70
When accessing a person account record within Health Cloud, the user must have access to the entire account.
What should a consultant do in this scenario, according to Health Cloud implementation best practice?
- A. Set Contacts to Controlled by Parent.
- B. Set Private for the Contact object.
- C. Set Modify All on the Account object at the Profile level.
- D. Set the organization-wide default to Public Read Write for the Account object.
Answer: A
Explanation:
Step-by-Step Explanatio n:
Salesforce Health Cloud Best Practice for Person Accounts Access:
Person Accounts in Salesforce are a combination of an Account and a Contact.
To ensure that access to the person account (patient record) gives access to all data on the record, Salesforce recommends setting the Contact sharing setting to "Controlled by Parent".
This means the sharing and visibility of the Contact (patient details) will follow the sharing settings of the parent Account (the Person Account).
Salesforce Documentation Reference:
"For Person Account sharing and access, set the Contact object sharing setting to Controlled by Parent. This ensures that users with access to the Account (Person Account) also have access to the associated Contact data."
- Reference: Health Cloud Implementation Guide, Sharing and Access
Why Not the Other Options?
A . Set Modify All on the Account object at the Profile level: Too broad; not recommended due to least privilege principle.
C . Set Private for the Contact object: Would prevent access to the Contact, even if user has access to the Account.
D . Set the organization-wide default to Public Read Write for the Account object: Not best practice for healthcare, as it risks overexposing sensitive data.
Reference:
Health Cloud Implementation Guide - Sharing and Access
NEW QUESTION # 71
A pharma customer requires a scheduling tool to book infusions with multiple steps as part of its Health Cloud implementation. It needs a solution for care coordinators to book appointments without having to manually check availability and resources themselves.
Which solution should a consultant recommend?
- A. Intelligent Appointment Management
- B. Procedure Scheduling
- C. Salesforce Scheduler
- D. Advanced Therapy Management
Answer: D
NEW QUESTION # 72
A customer that already has Service Cloud is onboarding a new business unit, which needs to use Health Cloud.
Which three organization-wide default settings should an administrator change to ensure the original business unit that leverages Service Cloud does not have visibility into protected health information (PHI)?
Choose 3 answers
- A. Set related clinical objects to Controlled by Parent or Private.
- B. Set Contact to Controlled by Parent.
- C. Set Account and Contract to Private.
- D. Set Person Accounts to Private,
- E. Set Health Details to Controlled by Parent or Private.
Answer: A,D,E
Explanation:
When onboarding Health Cloud into an org that already uses Service Cloud, it's critical to properly configure Organization-Wide Defaults (OWD) to ensure that protected health information (PHI) remains restricted.
The correct settings are:
A . Set Person Accounts to Private
Patients are modeled as Person Accounts in Health Cloud.
Setting Person Accounts to Private ensures PHI isn't exposed to users outside the Health Cloud business unit.
B . Set related clinical objects to Controlled by Parent or Private
Clinical objects (e.g., Care Plans, Assessments, Referrals) often relate to patients.
Making them Controlled by Parent (Person Account) or Private ensures only authorized users can see PHI.
E . Set Health Details to Controlled by Parent or Private
Health Details contain sensitive clinical data.
Must be restricted at the OWD level to prevent exposure to non-Health Cloud users.
Why not the others?
C . Set Account and Contract to Private
Regular business Accounts/Contracts are part of Service Cloud, not typically where PHI resides. Restricting them isn't required for PHI protection.
D . Set Contact to Controlled by Parent
Contacts in Health Cloud are often caregivers or providers, not patients (who are Person Accounts).
PHI protection centers around Person Accounts + Clinical Objects + Health Details, not Contacts.
Salesforce Health Cloud Reference:
Salesforce Health Cloud Security and Sharing Guide:
"For HIPAA and other PHI compliance, set Person Accounts and Health Cloud clinical objects to Private or Controlled by Parent."
"Ensure Health Details are not exposed via default sharing."
NEW QUESTION # 73
A healthcare organization is launching a new gene therapy program, and an administrator needs to leverage Advanced Therapy Management.
In which two ways does Advanced Therapy Management assist the healthcare organization with its complex scheduling requirements?
Choose 2 answers
- A. Optimize appointment chain with Einstein.
- B. Book multi-step appointments.
- C. Reschedule part of the appointment chain.
- D. Schedule a telehealth appointment.
Answer: B,C
Explanation:
Step 1: Requirement Analysis
Admin needs to leverage Advanced Therapy Management for complex gene therapy scheduling.
Step 2: Key Capabilities of Advanced Therapy Management
Book multi-step appointments: Supports sequencing and booking complex, interdependent appointments and procedures (e.g., cell collection, manufacturing, infusion).
Reschedule part of the appointment chain: Enables rescheduling one step in a multi-step process without rebooking the entire chain.
Extract:
"Advanced Therapy Management allows for the orchestration of complex, multi-step appointment chains and the flexibility to reschedule individual steps in the chain." Administer Health Cloud - Advanced Therapy Management Other options:
A: Telehealth scheduling is not a specific feature of Advanced Therapy Management.
D: Einstein is not natively used for chain optimization in Advanced Therapy Management as per current documentation.
Verified Answers:
B . Book multi-step appointments.
C . Reschedule part of the appointment chain.
NEW QUESTION # 74
A payer is looking to optimize the workflow for its call center, which focuses primarily on members calling to check on the status of their prior authorization requests.
How should a consultant conduct discovery to define a workflow for these call center users?
- A. Identify personas and ask them to walk through a day in their life, taking notes and identifying opportunities for optimization.
- B. Build a proof of concept to present to the client and ask them for feedback.
- C. Research industry trends and develop a point of view, then present it to the customer for validation.
- D. Use work from another project to inform the discovery, then review it with the IT department.
Answer: A
Explanation:
Step 1: Requirement
Define workflow for call center users focused on prior authorization status checks.
Step 2: Best Practice for Workflow Discovery
Discovery should be user-centered, involving direct engagement with actual users (personas).
Observing and documenting their daily processes identifies real pain points and optimization opportunities.
Extract:
"Best practice for workflow discovery is to interview and observe key personas, document their processes, and map opportunities for automation and optimization." Salesforce Architect - Business Process Discovery Other options (industry research, previous projects, or proof of concept) do not provide the necessary user insight for workflow design.
NEW QUESTION # 75
Bloomington Caregivers wants to show its end users highlighted information about its providers that work at specific facilities, in one place. This would include provider contact details and the provider's specialty at a given facility.
Which Health Cloud feature should a consultant implement to fulfill this requirement?
- A. Provider Network Management
- B. Facility Relationship Center
- C. HCPProvider360 FlexCard
- D. Provider Relationship Card
Answer: D
NEW QUESTION # 76
Bloomington Caregivers has decided to expand its Health Cloud implementation to include a Crisis Support Center.
Which two steps should an administrator take as part of the implementation?
Choose 2 answers
- A. Assign users the Health Cloud Crisis Support Center Management permission set license.
- B. Review and modify the Crisis Center Intake flow in Flow Builder to meet requirements.
- C. Enable Crisis Support Center Management App in Setup.
- D. Install the Crisis Support Center unmanaged package.
Answer: B,C
NEW QUESTION # 77
How should a consultant at a large provider system model a patient in Health Cloud?
- A. Configure Account
- B. Configure Contact
- C. Leverage Contact-Contact
- D. Leverage Person Account
Answer: D
Explanation:
Step-by-Step Explanatio n:
Person Account as Patient Model:
Salesforce Health Cloud is designed to leverage the Person Account model to represent patients, especially for large provider systems.
Exact Extract:
"Health Cloud uses person accounts to represent patients as individuals with whom you do business. Person accounts combine the functionality of accounts and contacts into a single record." Reference:
Why Not Other Options?
Account: Used for organizations, not individuals (patients).
Contact: Contacts are linked to Accounts; on their own, they don't support the full Health Cloud data model.
Contact-Contact: Not a recommended or documented model for patients in Health Cloud.
Conclusion:
To model a patient in Health Cloud, the Person Account model is the officially recommended approach.
NEW QUESTION # 78
A provider wants to get a comprehensive view of a patient's prescriptions, including history, to improve health outcomes.
Which Health Cloud capability should a consultant leverage to assist the provider?
- A. Medication Management
- B. Intelligent Appointment Management
- C. Integrated Care Management
- D. Virtual Care
Answer: A
Explanation:
* Medication Management in Health Cloud enables providers to view all of a patient's prescription history in one place, supporting medication reconciliation and review for better health outcomes.
Extract:
"Use Medication Management to track and review patient prescriptions, past and present, ensuring a comprehensive view of medication history and supporting care team collaboration." (Source: Administer Health Cloud - Medication Management)
* Other options (Intelligent Appointment Management, Virtual Care, Integrated Care Management) do not provide comprehensive medication tracking.
NEW QUESTION # 79
Prior to go-live for Bloomington Caregivers, a consultant loads the future system users into Salesforce.
Which two out-of-the-box permission sets should the consultant assign to the users to give them access to Health Cloud?
Choose 2 answers
- A. Health Cloud Standard
- B. Health Cloud permission set license
- C. Health Cloud Foundation
- D. Health Cloud Platform permission set license
- E. Health Cloud User
Answer: B,D
NEW QUESTION # 80
A customer compliance department requires encryption at rest, notification of activities, and extensive field tracking.
What are some key considerations and recommended practices for supporting compliance in Salesforce?
- A. Use the Salesforce Security Health Check to identify vulnerabilities, implement custom profiles and permission sets to control data access, and configure Data Loss Prevention policies to prevent data leakage.
- B. Enable Salesforce Shield to monitor data access and usage, configure data Classification for sensitive data, and use Event Monitoring to track user activity.
- C. Enable Field Audit Trail, implement encryption for sensitive data, and configure two-factor authentication for all users.
- D. Use Role Hierarchy to control data access, implement password policies for user accounts, and use IP Restrictions to limit access to trusted networks.
Answer: B
Explanation:
The requirement is:
Encryption at rest → Handled by Salesforce Shield Platform Encryption.
Notification of activities (user monitoring, data access) → Provided by Event Monitoring in Salesforce Shield.
Extensive field tracking → Achieved with Field Audit Trail, also part of Salesforce Shield.
That's why the correct answer is the Salesforce Shield bundle, which directly addresses all three compliance needs.
Why not the others?
A . Role Hierarchy, Password Policies, IP Restrictions → These are basic Salesforce security features, but they don't provide encryption at rest or activity monitoring.
B . Field Audit Trail + Encryption + 2FA → Close, but Field Audit Trail and Encryption require Shield anyway, and 2FA is important but doesn't meet the monitoring requirement.
D . Security Health Check + DLP policies → Useful for improving org security posture, but Salesforce does not have native DLP policies like in other security platforms. This doesn't satisfy the encryption + monitoring requirement.
Salesforce Health Cloud / Security Reference:
Salesforce Shield Overview:
"Use Shield Platform Encryption for encryption at rest."
"Use Event Monitoring to monitor and track user activity across apps."
"Use Field Audit Trail to retain field value changes for compliance requirements."
NEW QUESTION # 81
Bloomington Caregivers needs to monitor care plan adherence for the patients at various facilities within its network.
What is available to extend the reporting capability of Health Cloud?
- A. Care Management Extension
- B. Reporting unmanaged package
- C. CRM Analytics for Health Cloud
- D. Insights for Health Cloud
Answer: C
Explanation:
Step-by-Step Explanatio n:
CRM Analytics for Health Cloud:
Exact Extract:
"CRM Analytics for Health Cloud delivers prebuilt dashboards and extended analytics for monitoring care plans, outcomes, and adherence across networks and facilities." Reference:
Why Not Other Options?
Insights for Health Cloud: Not a standard reporting/analytics product for care plan adherence.
Reporting unmanaged package: Not mentioned in the latest Health Cloud documentation.
Care Management Extension: Refers to process automation, not analytics.
NEW QUESTION # 82
Bloomington Caregivers has more than 1 million patients and each patient has an average of 10 claims a year, which are maintained in an external claims system. Management would like their agents to view all the claims of patients in Salesforce on demand when they open the patient's record.
What should a consultant recommend as the appropriate integration pattern to achieve this?
- A. Configure the claims system as an external data source and leverage external objects with the claims data.
- B. Add a nightly job to fetch all the claims from the external system and store them in Salesforce.
- C. Use an Enterprise Service Bus (ESB) to load all the claims data from the external system into Salesforce.
- D. Make a callout on demand to the external system and store the claims data against the patient record.
Answer: D
NEW QUESTION # 83
Bloomington Caregivers would like to display patient information from both Salesforce standard objects and data from an external system.
Which three Health Cloud features should a consultant recommend the company use to display this on the patient record page?
Choose 3 answers
- A. Integration Procedures
- B. DataRaptors
- C. Salesforce Flows
- D. FlexCards
- E. Visualforce Pages
Answer: A,B,D
Explanation:
Step-by-Step Explanatio n:
Health Cloud Best Practice for Displaying Internal and External Data:
FlexCards (part of OmniStudio) can display data from multiple sources in a unified view on a patient record.
Integration Procedures connect to external systems and bring in data (e.g., from EHRs or other sources).
DataRaptors extract and transform Salesforce data for display and use in FlexCards.
Salesforce Documentation Reference:
"FlexCards can display internal Salesforce data and call Integration Procedures or DataRaptors to bring in external or standard object data."
- OmniStudio Standard Guide
"Integration Procedures are used to retrieve and update data from external systems and can be invoked directly from FlexCards or OmniScripts."
- OmniStudio Integration Procedures
"DataRaptors map Salesforce data to and from FlexCards and Integration Procedures, enabling seamless display of patient information."
- OmniStudio DataRaptors
Other Options:
Salesforce Flows: Good for automation but not for real-time display of combined external and internal data on record pages.
Visualforce Pages: Legacy solution, not recommended for modern Health Cloud patient page display, and does not natively integrate with OmniStudio tools.
Reference:
OmniStudio Standard Guide
OmniStudio Integration Procedures
OmniStudio DataRaptors
NEW QUESTION # 84
When implementing Provider Search functionality, which two changes allow an external user to access search results?
Choose 2 answers
- A. Give the site user profile Read access to the Care Provider Searchable Field object.
- B. Create a sharing rule on the Care Provider Searchable Field object to share with external users.
- C. Give the site user profile Read access to the Data Pipeline object.
- D. Use Experience Builder to add the Provider Search component to a page on the site.
Answer: A,D
Explanation:
Comprehensive Detailed Step by Step Explanation with exact Extracts from Salesforce Health Cloud documents that you have with Reference Experience Builder and Component Access:
Add the Provider Search component to the Experience Cloud site page for external user access.
Extract:
"Use Experience Builder to add Provider Search components to your site to enable external users to search for providers."
- Provider Search in Experience Cloud
Read Access:
Granting Read access to the Care Provider Searchable Field object is required for site users to access search results.
Extract:
"Grant the site user profile Read access to the Care Provider Searchable Field object to allow them to view provider search results."
- Provider Search Security
Other Options:
B: Sharing rules not typically required; object-level access is key.
D: Data Pipeline object access is not relevant for provider search results.
Reference:
Provider Search in Experience Cloud
NEW QUESTION # 85
......
Practice LATEST AP-211 Exam Updated 117 Questions: https://pass4sures.free4torrent.com/AP-211-valid-dumps-torrent.html