Summer Certification Sale 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

App Builder Platform-App-Builder Book

Salesforce Certified Platform App Builder (Plat-Admn-202) Questions and Answers

Question 69

Universal Containers uses a custom picklist field Account Region on the Account record. They want this region to be reflected on all related contact records And stay in sync if the value of this field changes on the Account. How should an app builder meet this requirement?

Options:

A.

Create a picklist field called ' Account Region ' on Contact object > Create a Lookup Relationship to Update this field if the Account Region field on the Account is change

B.

Create a formula field on the Contact object > Set the value of the formula to ISPICKVAL (Account.Account_Region_o).

C.

Create a text field called ' Account Region ' on Contact object > Create a Lookup Relationship to Update this field if the Account Region field on the Account is change

D.

Create a formula field on the Contact object > Set the value of the formula to TEXT (Account.Account Region_e).

Question 70

An app builder just added a lookup field to Account from the Existing custom object, Box. Which report type is automatically created?

Options:

A.

Boxes with Accounts

B.

Accounts with Boxes

C.

Boxes with or without Accounts

D.

Accounts with or without Boxes

Question 71

Which two report formats can be used as a source report to configure a reporting snapshot? Choose 2 answers

Options:

A.

Tabular format

B.

Summary format

C.

Joined format

D.

Matrix format

Question 72

An app builder wants to limit the amount of fields users see 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?

Options:

A.

Make the Opportunity type a required field on the initial Opportunity page layout and Use automation to update the record type based on the Opportunity type.

B.

Use different page layouts for Opportunity types based on the user profile.

C.

Once the required fields are populated, use a sharing rule to share the new fields with The user.

D.

Hide additional sections on the page layout and the users how to manually Expand them when they want to fill in the fields in the hidden sections.