An app builder just added a lookup field to Account from the existing custom object, Box.
Which report type is automatically created?
Answer : D
Upon adding a lookup field to Account from a custom object, Box:
D . Accounts with Boxes. Salesforce automatically creates a new report type that reflects the relationship from the perspective of the parent object, in this case, Accounts, showing related Box records.
This new report type enables users to create reports that list Accounts along with their associated Boxes, if any.
What is one limitation of using schema builder when creating a field?
Answer : C
One of the limitations when using the Schema Builder for creating fields is:
C . Cannot add fields to page layouts. While Schema Builder allows for easy visualization and creation of fields and objects, it does not support placing these fields onto specific page layouts directly from the Schema Builder interface.
To place fields on page layouts, you need to:
Navigate to Setup Object Manager select your object.
Click on Page Layouts, choose the appropriate layout, and manually add the newly created fields.
This step is necessary to ensure fields are visible and properly arranged on user interfaces.
A customer service representative at a call center wants to be able to collect
information from customers using a series of question prompts.
What should an app builder use to accomplish this?
Answer : B
For a customer service representative to collect information through a series of question prompts:
B . Flow. Salesforce Flows allow for the creation of guided interactions that can prompt users for information in a step-by-step manner.
Steps to create a flow for this purpose:
Navigate to Setup Flows.
Click on 'New Flow' and select a Screen Flow to interactively prompt users.
Design the flow with Screen elements for each question.
Add logic to process responses as necessary.
Save and activate the flow.
Embed or link the flow in a relevant location accessible to the service representative, such as on a record page or in the utility bar.
Flows provide a flexible and powerful way to interactively gather and process customer data in real time.
For detailed guidance on creating Flows, see Salesforce's Flow Builder documentation.
Universal Containers asked the app builder to ensure when an account type changes to 'Past-Customer' the contacts directly related to that account get an updated status of 'Re-Market'.
Which automation should the app builder use to accomplish this task?
Answer : D
For automatically updating contact statuses when an account type changes:
D . Record triggered flow. This type of automation can monitor changes in account types and accordingly update related records, such as contacts.
Steps to implement:
Navigate to Setup Flows.
Create a new Flow and choose the record-triggered flow type.
Configure the flow to trigger when the Account record is updated to 'Past-Customer'.
Add an Update Records element to modify all related contacts, setting their status to 'Re-Market'.
Activate the flow.
This automation ensures that contact statuses are updated in real-time when their related account's type changes, maintaining data consistency and relevancy.
For more on record-triggered flows, check out Salesforce's Record-Triggered Flows documentation.
Universal Containers wants to give sales managers the ability to quickly provide sign off on an Opportunity via the Opportunity record page when a sales rep
has discounted a deal by 20% to 30%.
Which two features should be used for this requirement?
Choose 2 answers
Answer : B, D
To facilitate quick managerial sign-off on discounted opportunities:
B . Dynamic Actions: Allows the display of specific actions on the Opportunity record page based on certain conditions, like the discount percentage.
D . Approval Process: Configures a formal sign-off process for records meeting specific criteria, such as discount ranges between 20% to 30%.
Steps to set up:
Configure an approval process for opportunities where the discount is between 20% and 30%.
Use Dynamic Actions to conditionally show the approval action directly on the Opportunity record page based on the discount percentage.
This setup allows sales managers to efficiently review and approve discounted deals directly from the Opportunity record page.
Universal Containers (UC) delivers purchased containers to remote construction sites. Customers supply UC with crossroads or location markers.
Which field type should the app builder use to capture this information?
Answer : B
The best choice for capturing geographic location data, such as crossroads or location markers provided by customers, is the Geolocation field type. This field type stores latitude and longitude data, allowing accurate pinpointing of locations on a map. Geolocation fields are suitable for any application that needs to handle coordinates for mapping and proximity calculations.
A: Number field is not specific enough for geographical coordinates.
C: Reference fields link to other records, not geographical data.
Sales reps want the ability to see who can view their account records and how the people have access.
Which button should the app builder add to the Account page layout to enable this?
Answer : C
The 'Sharing' button should be added to the Account page layout to allow sales reps to view the sharing details of an account record. This button enables users to see how access to the record is granted via roles, groups, and manual sharing.
A: Sharing Hierarchy provides a view of the role hierarchy but does not specifically detail record access.
B: New Task is unrelated to sharing visibility.