Ann app builder has been to display an overdue date that is two months after a tasks due date. Which approach should the app builder take?
Nickname__c is a custom text field on a contact record that is utilized to override the contact’s name appearing on an email template. This field is not required and is not always filled in.
Which formula should an app builder use to select the contact's preferred name for email communications?
Cloud Kicks wants to display 10 key fields at once in a separate section at the top of opportunity records on the desktop.
Which component should an app builder add to the record page to enable this functionality?
At Ursa Major Solar, there is a single Lightning record page for the Celestial Bodies custom object; however, there is a Lightning component the app builder wants to restrict to mobile app users.
Which feature on the Lightning app builder should be utilized?
The marketing director is concerned that too many car parts were given away for free last year.
Which functionality should be used to ensure all free parts receive the marketing directors' sign-off?
UVC's CFO has asked that all deals with more than a 40%discount get automatically sent to the VP of Finance. He will review these deals without the sales rep needing to take action. Which two ways can this be accomplished without building code? Choose two answers
Ursa Major Solar wants to provide sales console users with an Incredible experience, with the most-used components easily accessible at all times.
What solution can enable reps to see and access these components from anywhere within the app without leaving the pages where the team is working?
Ursa Major Solar wants to convert the relationship between Galaxy and Star from a lookup relationship to a master-detail relationship so each Galaxy record can be equipped with a roll-up summary count of Star records.
Which two considerations should be made?
Choose 2 answers
A sales manager at Cloud Kicks wants the team to spend more time in the field and less time manually entering the information found on the business cards they collect.
What should an app builder do to help achieve this goal without sacrificing data quality?
An app builder installed a custom Lightning component from AppExchange and has deployed My Domain.
What should be done next in order to configure the component for use in a record page?
On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists.
What Related List type would the app builder select for the Related List Lightning component?
Universal Containers (UC) wants to test code against a subset of production data that is under 5 GB. Additionally, UC wants to refresh this sandbox every weekend.
Which type of sandbox should be used to accomplish this?
Universal Containers wants to create a custom checkbox formula field on the Opportunity object. This formula should evaluate to true if the
following conditions are met:
* Stage is set to Negotiation/Review
* Close Date is less than 1 week away
Which formula meets these requirements?
A)
B)
C)
D)
The app builder at Ursa Major Solar has just created a master-detail relationship between a parent object Galaxy__c and child object
Star__c.
What would be the effect of creating this type of relationship if users want to report on Galaxy__c with Star__c?
Cloud Kicks wants to display the number of opportunities that are Closed Won with a Close Date within the last year on the Account detail page.
Which tool should an app builder use to implement this?
How should an app builder configure access to a contact's Twitter profile for Salesforce mobile app users?
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?
Cloud Kicks wants to summarize the number of open Cases related to an Account, as well as the number of closed Cases to indicate whether customer support utilization is high, medium, or low. Two number fields have been created: NUM_Open_Cases__c and NUM_Closed_Cases_c
Which two automation solutions would meet these business requirements?
Choose 2 answers
What option is available to an App Builder when defining an object-specific Create Record custom action? Choose 2 answers
Universal Containers has two types of applicants, hourly and salary. There are separate record types for each. While all members of the human resource department need to be able to view all applicant records, only the hiring Manager and VP of HR should be able to create salary applicant records.
What should the app builder recommend to meet this requirement?
DreamHouse Realty wants to import its property records from an external system into Salesforce. The app builder will use an external ID field to house the property ID from the external system.
Which two field types are allowed as an external ID?
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
Cloud Kicks (CK) switched to Lightning Experience and started using Chatter across its global workforce to support its fast-paced sales cycle. CK loves Chatter but struggle with gathering feedback from core team members, including understanding who is available to respond.
Which two ways could CK use Chatter to solve this problem?
Choose 2 answers
AW Computing uses a private sharing model for opportunities. Whenever
an opportunity with a type of Service Agreement is created, all users in the Service
Manager role should be able to view the opportunity.
Which tool should AW Computing use to accomplish this?
Universal Containers generates leads from three different sources: web, trade shows, and partners. Some of the information collected is applicable to all sources, there is also information that is unique to each type of lead. What should an app builder configure to meet these requirements?
Universal Containers has Public Read/Write as the Account organization-wide default (OWD) setting. Visitors to the customer community site report that they can see all of the company's account records.
How should an app builder configure Account sharing so that community users only see their own Account?
Cloud Kicks is implementing an approval process for opportunities that requires managers to approve all opportunities above $50,000 before they can be
marked as Closed Won.
Which two delivery methods can a manager utilize to respond to approval requests in the Salesforce mobile app?
Choose 2 answers
The VP of sales at AW Computing would like a Roll-Up Summary field on the Account object to aggregate the amount of opportunities related to an Account. The app builder is unable to implement this change.
Why is the app builder unable to fulfill the request?
Universal Containers would like to automatically assign a specific permission set to new users. How can this requirement bemet? Choose 2 Answers
Cloud Kicks (CK) wants to quickly insert a list of over 60,000 net new Accounts. The template based on CK's data model was used to populate the list.
Which tool should be used?
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 to ensure it deploys successfully and visually as expected?
Choose 3 answers
Universal Containers is piloting new features in an existing sandbox and wants to prevent outbound email sends during testing.
What should the app builder do to meet the requirement?
An app builder at Ursa Major Solar has been working on a new custom app in a sandbox that has been upgraded to the next major Salesforce version, and their production instance is still on the current Salesforce version. The development is complete and they are ready to deploy a change set.
What should the app builder consider when planning the deployment?
Cloud Kicks wants to start tracking how many shoe subscriptions have been sold for each shoe catalog. A master-detail relationship exists between the Subscription__c and the Shoe__c objects.
Which type of field should an app builder create?
Universal Containers wants to deliver purchased containers to remote construction address. In these cases, the customers will supply UC with the coordinates to the location.
What type of field should the app builder use to capture this information?
Universal Containers implemented an application process that uses custom objects Internships and Applications. The organization-wide default for Internships has been set to private and is the master in the master-detail relationship with Applications. The VP of HR wants to allow edit access to Applications to recruiters.
How should an app builder configure the proper access?
An app builder received a request to extend record access beyond the organization-wide defaults configured. Which two features satisfy this requirement?
Choose 2 answers
Universal Containers wants to streamline its data capture process by linking fields together. They wish to do this so that the available value on dependents fields are driven by value selected on controlling fields. Which consideration supports the stated requirements? Choose 3 answers
An app builder wants to create a new field using Schema Builder.
Who will get access to the new field by default?
A new field is being created on a custom object. However, the app builder does not want the field to show up on pre-existing custom report
types.
What should the app builder do on the custom field setup to fulfill this requirement?
Properly installing managed packages helps prevent conflicts with customizations made by customers and partners.
What functionality should be used to set up packages?
A business user at Universal Containers wants to update an Account directly from an Opportunity record.
What should the app builder create to allow the business user to make these edits?
Universal Containers utilizes opportunities and a custom object called Detaited.Sales__c. The company would like to roll sales metrics up to an opportunity for only Detailed.Sales__c records that have their picklist status set to Active.
What is the recommended method for the app builder to achieve this request?
Accounts at Universal Containers are currently readable by all users but editable only by their owners. Management wants to designate some Accounts as VIP Accounts. Only Account owners should have read access to these VIP accounts.
Which two actions should an app builder take to meet the requirements?
Choose 2 answers
Ursa Major Solar has a lookup relationship between a custom Galaxy _c object and a custom Star_c object. An app builder wants to create a roll-up summary field that counts the total number of Star_c records related to each Galaxy__c record.
How would the current configuration impact the ability to achieve the desired result?
An app builder needs to change the data type of some custom fields.
Which two limitations should the app builder be aware of when changing the data type of a custom field?
Choose 2 answers
The CFO of Cloud Kicks needs a way for new vendors to accept terms on agreements for any new major retail store lease before the opportunity can be closed.
Which feature should be used to handle this requirement?
At Universal Containers, each admin and developer use a separate developer pro sandbox. Configuration and code are then migrated to a partial data sandbox for combination and initial testing. Once approved the configuration and code are then migrated to a full sandbox for final toad and regression testing before going to production.
When should the full sandbox be refreshed?
A custom field on an account is used to track finance information about a customer. Only members of the Finance Team have access to this field. However, the business wants to allow one customer service agent, who is assigned the customer service profile, read-only access to this field for special circumstances. What is the recommended solution to grant the customer service agent access to the field?
When an opportunity close date is delayed by more than 60 days, the manager and the VP sales must approve the change. How can this requirement be met? Choose 2 answers
An app builder wanes to show Groups as the last navigation menu item in the mobile app. However, (he app builder is unable to select Groups as one of the items on the drop-down menu.
What could cause this?
The Director of Marketing at Northern Trail Outfitters wants the app builder to create a formula field that tracks how many days have elapsed since a contact was sent a marketing communication. The director is only interested in whole units.
Which function should be used to return a date for calculating the difference?
Cloud Kicks asked the app builder to insert a list of 25,000 records using deduplication for the Race_Track__c customobject.
Which tool should be used?
DreamHouse Realty wants to display a weather map component on a Lightning record page when a house is scheduled for a showing.
How should the app builder meet the requirement?
At Ursa Solar Major, only users with the Outer Planets profile need to see
the Jupiter field on the Solar System object.
How should the app builder satisfy this requirement?
An app builder is creating a custom object called Testimonial__c and wants toconnect Testimonial__c records with both the submitter's
Contact record and Account record. If the Account is deleted, the Testimonial__c should also be deleted. If the Contact is deleted, but the
Account remains, the Testimonial__c should remain.
How should this be accomplished?
Sales reps at Cloud Kicks (CK) forget to submit for approval when CK needs orders reviewed before close won. CK wants to automatically submit
opportunities into the Secure Commitment Stage to eliminate manual submission.
Which feature meets the business requirements?
Cloud Kicks (CK) wants to track orders against inventory, ensuring its ability to fulfill order requests. CK created a junction object called Request Inventory to enable many-to-many relationships with the Inventory and Order objects.
What does the app builder need to provide to ensure users can view Request Inventory records?
Duplicate management for Leads has been implemented at Universal Containers but it seems duplicate leads are still being created. The Org Wide Default (OWD) is set to "Private" for Leads.
Which two actions help prevent duplicate Leads from being created?
Choose 2 answers
Universal Containers (UC) requires that all users specify a contract is sent on each Opportunity prior to marking it as "Closed Won". UC wants to be able to report on how many Opportunities have sent Contracts compared to how many have a missing contract when the Opportunities closed.
Which field type should an app builder configure to fulfill this requirement?
Universal Containers (UC) has a time-sensitive need for a custom component to be built in 4 weeks; UC developers require additional enablement to complete the work and are backlogged by several months.
Which option should an app builder suggest to meet this requirement?
Universal Containers conduct evaluations of their sales reps using a custom object consisting of numerical scores and executive comments. The company wants to ensure that only the sales reps, and their manager's executive can view the rep's evaluation record but the reps should not be able to view the executive comment field on their review. How can these requirement be met?
Northern Trail Outfitters uses a custom object to track travel requests. Rangers want to have automatic posts on a record whenever a travel request has been approved.
Which feature should be used to accomplish this?
An app builder wants to limit the number of fields users are required to fill out when creating a new Opportunity. Once they fill out the required fields and save, the full record page with additional fields relevant to the Opportunity type becomes available.
How could this be accomplished?
An app builder has created a new report type but users are unable to select it from the Report Type list when making a new report for records they own.
What could be causing this issue?
Universal containers (uc) want to delete data in several fields for 5000 lead records. UC export the selected record IDs and fields that need to have data deleted in a csv file. Which two steps should an app builder suggest to meet these requirements? Choose 2 answers
Cloud Kicks recently implemented the application lifecycle management process to its release management strategy.
Which category handles bug fixes and simple changes?
DreamHouse Realty (DR) employees started using company-owned airplanes for work travel after Ursa Major Solar was acquired. DR executives want to automate the submission travel request forms to enforce the Internal policy.
How should an app builder automate travel requests based on these criteria?
The Universal Containers data manager has been complaining about the
lack of data integrity on Contact records.
Sales reps have not been filling out the Region field. The data manager wants the
Region field filled out only for Contacts that are associated to Accounts that have been
marked as ‘High Priority’ on the Customer Status field.
What can the app builder do to fulfill this requirement?
Universal Containers uses the Asset object to track products that are installed at customer locations. A new object, Asset Inventory, has been created to capture details about the asset.
Which approach should the app builder take to show Asset Inventory as a related list on Asset?
The marketing team at UVC has a list of 400 leads it wants to upload to Salesforce. The team need to avoid creating duplicate records. Which two actions should be taken to meet this requirement? Choose 2 answers
Universal Containers wants sales reps to get permission from their managers before deleting Opportunities,
What can be used to meet these requirements?
DreamHouse Realty wants to track how many lifts are being installed into customer garages. The To Be Installed custom checkbox field on the custom Lift object should be checked and an external system should be notified via an outbound message the next day when a lift is sold.
What automation tool should be used to complete this task?
An App Builder is loading the data into salesforce. To link the new records back to the legacy system, a field will be used to track the legacy ID on the account object. For future data loads this ID will be used when upserting records. Which field attribute should be selected? Choose 2 answers
DreamHouse Realty (DR) has a policy that requires the phone number on Contact to be deleted when the DoNotCall checkbox is checked.
What automation tool should the app builder recommend?
Universal Containers wants to match Opportunity data from Salesforce to the records in a financial database.
What is required to configure an indirect lookup relationship in Salesforce between the Salesforce Opportunity records and those in a financial database?
To increase adoption, Universal Containers is proposing changes to its Salesforce data model to allow easier visibility for sales reps into key metrics. The proposal has three custom objectsrelated to the Account object, one with a master-detail, and two that are not. Each of these objects has 15 fields they would like to summarize on the Account object.
What are two considerations for this proposal?
Choose 2 answers
An app builder at Universal Containers has been asked to add the Chatter feed to a custom object record page.
Which approach should the app builder use?
The app builder needs to change the data types of new custom fields. The app builder is not able to delete and recreate any of the fields, nor modify any apex code. Which data type change will require the app builder to perform the additional steps in order to retain existing functionalities?
An app builder has deployed a change set from a sandbox to production. There is a long delay in the deployment.
What can be causing the delay?