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

On the Account Lightning record page, users need to see ten fields and the ability to sort and wrap text on their Related Lists. Which Related List type should the app builder select for the Related List Lightning component?

A.

List View

B.

List Class

C.

Enhanced List

D.

Basic List

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.

AND (StageName Negotiation/Review " , closeDate -DAY (7) TODAY!)}

B.

AND (ISPICKVAL (StageName, *Negotiation/Review ' ), CloneDate - 7 TODAY () )

C.

AND (StageName = ' Negotiation/Review, CloseDate TODAY (1)

D.

AND (ISPICKVAL (StageName, Negotiation/Review ' ). CloseDate DAY (7) TODAY (1)

An app builder installs an unmanaged package in a full copy sandbox that is an exact match for production, and now they are ready to install it in production. The app builder attempts to install the package in production, and it fails. Why did the package fail to install?

A.

Incorrect license types

B.

Object limits successful

C.

Apex unit test failures

D.

Package features not compatible

Which two features can be used to allow users to access Flows? Choose 2 answers

A.

Flow Launcher

B.

Apex

C.

Approval Process

D.

Quick Action

Northern Trail Outfitters (NTO) has created the custom objects Trail and Park in Salesforce to track trails and parks respectively. NTO wants to Track the total number of trails a park has on the park record without writing any code. Which two actions should an app builder take to accomplish this requirement? Choose 2 answers

A.

Use a formula field on the Park record to the total number of trails.

B.

-Use a roll-up summary field on the Park record to the total number of Trails.

C.

Use a master-detail relationship between the Park and Trail objects.

D.

Use a lookup relationship between the Park and Trail objects.

The VP of sales at AW Computing would like a Roll-Up Summary field onThe 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?

A.

The default currency is not an active currency in the organization.

B.

The organization has Advanced Currency Management enable

C.

Roll-Up Summary fields are unavailable on the Account object.

D.

Currency fields are unable to be referenced in Roll-Up Summary fields.

Universal Containers wants to dynamically display a component on a Lightning record page for an account based on criteria about the related contact. Which solution should an app builder use to fulfill this requirement?

A.

Add a related record component to the page layout.

B.

Hide the component behind a tab on the page layout.

C.

Set the filter type on the component visibility to display based on user permissions, using custom Permission to define the dynamic criteria

D.

Set the component visibility to display based on an advanced filter type, using the contact field(s) to Define the dynamic criteria

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 details should the app builder know when using external ID fields?

A.

Each org can have up to 25 custom external ID fields.

B.

Each object can have up to 25 custom external ID fields.

C.

An external ID field can be a URL field.

D.

An external ID field can be an auto-number field.

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?

A.

Classic encryption

B.

Field-level security

C.

Filtered view

D.

Sharing rules

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. This action Should only be available if the custom Status field is set to Ready to Syn What should an app builder use to add this functionality to an Account record page?

A.

Custom link

B.

Formula field

C.

Dynamic action

D.

AppExchange product