Set 1 Flashcards
(66 cards)
DreamHouse Realty has a policy that requires the phone number on the Contact to be deleted when the DoNotCall checkbox is checked. Which automation tool should the app builder recommend?
Flow
A production org includes custom objects containing confidential information. A sandbox is needed that includes data records, excludes all the confidential objects, and can be refreshed weekly. Which steps should an app builder take to meet these requirements?
Create a Partial Copy Sandbox and use a sandbox template.
Universal Containers wants sales reps to get permission from their managers before deleting Opportunities. What is the recommended solution?
Approval process with a record-triggered flow
Northern Trail Outfitters wants the field sales team to only see the accounts that they own. How can this be accomplished?
Set the Organization-Wide Default to Private for accounts. Create permission sets for each marketing team and create an Inside Sales team profile with the “View All” setting for accounts.
Sales reps at Universal Containers create multiple quotes per opportunity. Which automation tool should an app builder recommend to delete rejected quotes?
Flow
An app builder wants to create a custom Sync button on Account that will call a Lightning Web Component that connects with an external system. What should an app builder use to add this functionality to an Account record page?
Dynamic action
Universal Containers uses a custom object called Projects. When managers assign projects, they set a custom field on the Project record called Estimated Hours. Once set, users should be able to decrease but not increase the value. What is the recommended solution?
Create a validation rule that uses the PRIORVALUE function.
What should an app builder consider when choosing a template for a new Lightning record page?
Page structure will automatically adapt to the device being used to view the record page.
DreamHouse Realty has many properties for sale and wants to identify the highest value of all Offers__c records on each Property__c record. What is the recommended solution?
Roll-up Summary
An app builder needs to deploy a new account detail page layout from sandbox to production. Which three components should an app builder include in the Change Set?
Detail page layout, Custom actions, Custom fields
Which three options are available when activating a Lightning page from the Lightning App Builder?
Assign the page to a combination of apps and profiles, Make the page the default homepage for specific apps, Make the page the org default.
To increase adoption, Universal Containers is proposing to its Salesforce data model to allow easier visibility for sales reps into key metrics. What are two considerations for this proposal?
Roll-up summaries are limited to master-detail relationships, Roll-up summaries allow MAX, MIN, SUM, COUNT and AVG.
Universal Containers has a requirement that an opportunity should have a field showing the value of its associated account’s billing state. What is the recommended solution?
Flow
Universal Containers has several new fields they’ve requested for the Opportunity Product object. What should an app builder be able to configure using a formula field?
A hyperlink to the parent Account of the parent Opportunity.
DreamHouse Realty recently acquired Cloud Kicks, a company that is still on Salesforce Classic. Where should the app builder find prebuilt resources to help with this project?
AppExchange
Universal Containers uses a custom picklist field Account Region on the account record. How should an app builder meet the requirement to reflect this region on all related contact records?
Create a formula field on the Contact object > Set the value of the formula to TEXT(Account.Account_Region__c).
DreamHouse Realty wants to track how many lifts are being installed into customer garages. Which automation tool should be used to complete this task?
Flow
Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Delivery custom object. Which tool should be used?
Data Loader
Northern Trail Outfitters has two custom objects that are part of a master-detail relationship. What determines the ownership and sharing access of the detail record?
The Owner field on the Master record.
Universal Containers has a custom object that holds over 100 fields. What is the most appropriate Lightning component to break up the fields into separate tabs?
Accordion
Where should the app builder go to build new rollups for Opportunities on client pages?
Account Object
How can the app builder prevent creating duplicate delivery records when migrating data from the shipping application?
Create a unique External ID field and use Dataloader.
Which Chatter feature should the app builder use to show field value changes prominently on Chatter?
Feed Tracking