Declarative Automation Flashcards
Do processes support time based actions?
YES
Do flows support time based actions?
YES
Do workflows support time based actions?
YES
Do approvals support time based actions?
NO
What is the only declarative automation tool that allows you to delete records?
Flow
What is the only declarative automation tool that allows for user interaction?
Flow
Which two declarative automation tools can call Apex classes?
Flow
Process
What is a formula field?
A field that derives its value from other fields, expressions, or values
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
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.