Business Logic and Process Automation I Flashcards

1
Q

Which operator would need to be used to connect two or more strings in a formula field?

A

& (Concatenate)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which data types can be returned by a formula field in Salesforce?

A

A formula field can return text, number, currency, checkbox, percent, date, date/time, or time.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What functions are available for roll-up summary fields?

A

Count, Sum, Max, Min

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What types of functions can be utilized in a formula field ?

A

Date & Time, Logical, Math, Text, and Advanced

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are some limitations of roll-up summary fields?

A

There is a max number of roll-up summary fields per object (25). They do not work for lookup relationships. They cannot roll-up a formula field that references a field on another object or contains a dynamic date function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the object requirement for roll-up summary fields?

A

The object must be on the master side of a master-detail relationship between two objects. Some standard relationships such as Account and Opportunity are also supported.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When do validation rules stop a record from saving ?

A

When the formula or expression defined equals True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What can the REGEX function do ?

A

It can be used to specify a format that a field should be entered in. For example, REGEX(Social_Security_Number__c , [0-9]{3}-[0-9]{2}-[0-9]{4}) specifies that the field should be in the Social Security Number format.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Where can an error message associated with a validation rule appear?

A

It can be used to specify a format that a field should be entered in. For example, REGEX(Social_Security_Number__c , [0-9]{3}-[0-9]{2}-[0-9]{4}) specifies that the field should be in the Social Security Number format.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Which formula field function can be used to return the conversion rate to the corporate currency for a given currency ISO code?

A

CURRENCYRATE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which formula would need to be defined in a formula field to add 6 months to a custom field named “Contract_start_date_c” ?

A

ADDMONTHS(Contract_Start_Date__c, 6)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

You have repeated actions and criteria across multiple processes. What feature of Process Builder could help with this duplication?

A

Invocable processes - have the option of reuse so that you don’t spend your time on repetitive work.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A user wants to be able to reposnd to approval requests through email. What permission do they need to meet this requirement?

A

API enabled permission on their profile or assigned permission set

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How can the record type for a converted lead be set based on the user that is converting the lead?

A

Set the default record types for each profile for Account, Contact and Opportunity to the desired record type for converted records.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is the correct order of execution validation rules are processed?

A

Validation rules, assignment rules, auto-reponse rules, workflow rules, escalation rules

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What function should an App builder use to return “today’s” date in a formula field?

A

TODAY()

17
Q

What fields are available when MIN or MAX rollup type is selected?

A
Date
Date/Time
Number
Percent
Currency
18
Q

Which action is not executed after a reevaluated workflow?

A

Time-dependent actions aren’t executed for a reevaluated workflow rule