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

Nickname__c is a custom text field on a contact record that is Utilized to override the contact 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?

A.

IF (NOT (BLANKVALUE (Nickname__c)), Nickname_c, FirstName)

B.

IF(ISNULL(Nickname__c), Nickname _ C, FirstName)

C.

IF (NOT (ISBLANK (Nickname__c)), Nickname__c, FirstName)

D.

IF (TEXT (Nickname_c), Nickname_c, FirstName)

Universal Containers uses a custom object called Reviews to capture Information generated by interviewers during the candidate process. The Review records are visible to any user that has access to the related custom Candidate record. The VP of Human Resources wants the comment field on the Review to be private to anyone outside of the HR department. How should the app builder meet this requirement?

A.

Create a page layout with the field and use field-level security to hide the field from all other users.

B.

Create a sharing rule to share the field with the VP of HR with Role and Subordinates.

C.

Create a page layout with the field for HR users and another page layout without the field for all other users.

D.

Create an Apex sharing rule to share the field with users that have " HR " in their role.

An app builder needs to modify an existing Process Builder that automates some of the work being done by the sales team. What are three capabilities of Process Builder that improve productivity? Choose 3 answers

A.

Create a child record.

B.

Start an additional message.

C.

Update a related record.

D.

Send an email alerts.

E.

Delete a related record.

Universal Containers (UC) has several large customers that sell their products through dealers. UC identifies and works with a single individual at each customer and at each dealer. Separate bills are sent to each customer and each dealer. These details need to be stored in a format that clearly displays the business entities and their appropriate representatives. How should an app builder implement these requirements?

A.

Create both customer and dealer as accounts, create account teams on each account and associate the dealer records with the parent account.

B.

Create a single account record, add each rep as a contact and create a custom dealer object.

C.

Create a single parent record, add each rep as a contact to the parent account and add each dealer as a child record.

D.

Create both customer and dealer as accounts, add each rep as a contact on the corresponding account and create an account hierarchy.

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 close Which field type should an app builder configure to fulfill this requirement?

A.

Picklist

B.

Text

C.

Checkbox

D.

Text Area

An app builder wants to update a field on the parent record When a child record connected via lookup is delete Which automation should the app builder use?

A.

Record-triggered flow

B.

Validation rule

C.

Autolaunched flow

D.

Quick action

The Dream House Realty (DR) service manager asks for some Improvements in case management. They want to enforce 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.

Approval process

B.

Dependent picklist

C.

Case flow

D.

Validation rules

Universal Containers expects impacts to operations due to increased deman The executive team will reach out to current customers and wants To see the number of open cases for the account and parent account. What should an app builder use to display the number of open cases on the account page?

A.

Approval Process

B.

Flow

C.

Custom object

D.

Roll-up summary

Universal Containers have changes that need to be deployed from Sandbox to Production. Where should an app builder look to verify that a Change Set can be deployed?

A.

Deployment Settings

B.

Inbound Change Sets

C.

Deployment Status

D.

Inbound Change Sets

Cloud Kicks recently implemented the application lifecycle Management process to its release management strategy. Which category handles bug fixes and simple changes?

A.

Roll

B.

Major

C.

Minor

D.

Patch