Declarative Automation Flashcards

1
Q

Do processes support time based actions?

A

YES

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

Do flows support time based actions?

A

YES

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

Do workflows support time based actions?

A

YES

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

Do approvals support time based actions?

A

NO

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

What is the only declarative automation tool that allows you to delete records?

A

Flow

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

What is the only declarative automation tool that allows for user interaction?

A

Flow

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

Which two declarative automation tools can call Apex classes?

A

Flow

Process

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

What is a formula field?

A

A field that derives its value from other fields, expressions, or values

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

The Salesforce Administrator was given a requirement to display the total cost of products at the time they are added to an opportunity. The product cost is a custom field on the product object and is added as a formula field to the opportunity product object.

How would the Salesforce Administrator meet this requirement?

A. Create a roll-up summary field on the opportunity based on the product cost formula field
B. Create a trigger that queries the product cost values and update the opportunity
C. Create a workflow rule that copies the product cost to a currency field and create a roll-up summary field based on the currency field
D. Create a trigger that copies the product cost to a currency field

A

C. Create a workflow rule that copies the product cost to a currency field and create a roll-up summary field based on the currency field

Formula fields cannot be used in roll-up summaries if they reference fields on a related object.

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