Summer Sale Special - Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: sntaclus

Universal Containers (UC) tracks Account locations in Zip Code, a custom text field with a validation rule to enforce proper formatting of the US ZIP+4 code for UC ' s orders. Which formula should the app builder create on Order to display only the first five digits of Zip Code from the parent Account?

A.

BEGINS (Account.Zip Code_, 5)

B.

LPAD (Account.Zip Code_x, 5)

C.

LEFT (Account.Zip Code_c, 5)

D.

TEXT (Account.Zip Code_c, 5)

Dreamhouse Realty (DR) has many properties for sale and wants to Identify the highest value of all offer records on each Property_ record Which solution should the app builder use to meet DR ' s needs provided that there is a Master-detail relationship between the objects?

A.

Roll-up Summary

B.

Summary

C.

Text Area (Long)

D.

Multi-select Picklist

E.

Rich Text Area

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 fulfil this requirement?

A.

Create a validation rule on Account.

B.

Make the Customer Status field required on Account.

C.

Create a validation rule on Contact.

D.

Make the Region field required on Contact.

DreamHouse Realty (DR) asks for some improvements in case management. They want to enforce process compliance so that cases are unable To be reverted to an earlier case status, and to ensure that certain fields are required when specific case criteria are met. Which solution should an app builder implement to meet these requirements?

A.

Configure validation rules with help text.

B.

Create dependent picklist fields and set them as require

C.

Use an approval process to check field criteria are met.

D.

Make the fields required on the page layout.

Cloud Kicks has five years of sales data and would like to track when customers made their first purchase. How should an app builder use a roll-up summary to meet the requirements?

A.

Create a new date field called First Order Date, then create roll-up summary to update the field using Type MIN.

B.

Create a new roll-up summary field called First Order Date, Using type MIN on the Opportunity Close Date with a filter where iswon = TRUE.

C.

Create a new date field called First Order Date, then set the date using a roll-up summary on Opportunity Close Date.

D.

Create a new roll-up summary field called First Order Date using type SUM on Opportunity Close Date.

Universal Containers created a custom object called Component to capture details about products sol Which approach should an app builder take to Component as a related list on Product?

A.

Create a junction object to relate Component and Product. Add the Component related list to the Product page layout.

B.

Create a roll-up on Product. Add the Component related list to the Product page layout.

C.

Create a lookup relationship on Component to Product. Add the Component related list to the Product page layout.

D.

Create a master-detail relationship on Product to Component. Add the Component related list to the Product page layout.

At Universal Containers, the VP of Service has requested a visual indicator flag on each case, based On the case priority. High-priority cases should be flagged red, medium-priority should be flagged Yellow, and low-priority cases should be flagged green. Which two formulas will accomplish this requirement? Choose 2 answers

A.

IMAGE( IF(ISPICKVAL(Priority, " Low " ), " /img/samples/flag_green.gif " , IF(ISPICKVAL(Priority, " Medium " ), " /img/samples/flag_yellow.gif " , IF(ISPICKVAL(Priority, " High " ), " /img/samples/flag_re gif " , " /s.gif " ))), " Priority Flag " )

B.

IMAGE( CASE( Priority, " Low " , " /img/samples/flag_green.gif " , " Medium " , " /img/samples/flag_yellow.gif " , " High " , " /img/samples/flag_re gif " , " /s.gif " ), " Priority Flag " )

C.

IF(ISPICKVAL(Priority, " Low " ), " /img/samples/flag_green.gif " , IF(ISPICKVAL(Priority, " Medium " ), " /img/samples/flag_yellow.gif " , IF(ISPICKVAL(Priority, " High " ), " /img/samples/flag_re gif " , " /s.gif " )))

D.

CASE( Priority, " Low " , " /img/samples/flag_green.gif " , " Medium " , " /img/samples/flag_yellow.gif " , " High " , " /img/samples/flag_re gif " , " /s.gif " )

Cloud Kicks has a sales rep who is stating that their Contact is unavailable for other users to see within Salesforce. In which three ways can an app builder troubleshoot this issue? Choose 3 answers

A.

Review the Contact record and ensure it is linked to an Account.

B.

Create a new Contact and have the users try again.

C.

Verify the users with the issue have access to the Contact object.

D.

Create an Account Sharing Rule to give the users access to all records.

E.

Confirm whether Default Organization-Wide Sharing Settings provide access to the Account.

Ursa Major Solar wants to provide sales console users with an incredible experience, with the most-used components easily accessible at all Times. Which solution can enable reps to see and access these components from anywhere within the app without leaving the page where the team is working?

A.

Utility bar

B.

Home page

C.

Favorites

D.

Global actions

Ursa Major Solar wants to automate a welcome email to new clients and include a customized survey about their buying experience. An app Builder is tasked with this project and has very little time to build the solution from scratch, but still needs to be able to fully customize the solution. What should the app builder do to meet the deadline and custom requirements?

A.

Work with a developer to create custom Apex code and a Lightning web component survey to meet the criteria

B.

Use Salesforce flow to build the survey declaratively to meet the criteria and send it to the customer as an email.

C.

Choose a managed package from AppExchange that closely meets the requirements of the project, restricts programmatic development, but allows declarative development.

D.

Choose an unmanaged package from AppExchange that closely meets the requirements of the project and allows programmatic development.