2_007_CertifiedApp_BusLogicProcess2%28

Primary tabs

Tuba Gülle's picture

No Description Set

Bookmark to learn: Login to use bookmarks.

Bookmark to learn: Login to use bookmarks.

Add to collection ... add 2_007_CertifiedApp_BusLogicProcess2%28 to your collections:

Help using Flashcards ...just like in real life ;)

  1. Look at the card, do you know this one? Click to flip the card and check yourself.
  2. Mark card Right or Wrong, this card will be removed from the deck and your score kept.
  3. At any point you can Shuffle, Reveal cards and more via Deck controls.
  4. Continue to reveal the wrong cards until you have correctly answered the entire deck. Good job!
  5. Via the Actions button you can Shuffle, Unshuffle, Flip all Cards, Reset score, etc.
  6. Come back soon, we'll keep your score.
    “Repetition is the mother of all learning.”
  7. Signed in users can Create, Edit, Import, Export decks and more!.

Bookmark to learn: Login to use bookmarks.

Share via these services ...

Email this deck:

Right: #
Wrong: #
# Right & # Wrong of #

Where can the manager be configured as an approver in an approval process?

On the user’s record detail page, by populating the ‘Manager’ field under ‘Approver Settings’

What actions can be added to approval steps?

Field Update, Email Alert, Create Task, Outbound Message

When would an approval process be used?

When there is a need for an advanced workflow that requires input from users for approving or rejecting records

When are workflow rules evaluated?

When a record is created, when it is created and every time it is edited, and when a record is created and any time it is edited to subsequently meet the evaluation criteria

Are workflow rules fired before or after triggers and validation rules?

Workflow rules are fired after validation rules and triggers.

What is the difference between assigning the default record type at the profile level or as a user setting?

If a default record type is assigned in a user’s profile, the user is prompted to select it while creating a new record. If it is assigned in the user’s personal settings, it is selected automatically.

How can workflow rules be evaluated?

If certain criteria are met or if a formula evaluates to true

What actions are possible with Process Builder?

Create or update records, submit approval requests, post to chatter, send emails, notifications or survey invitations, and invoke a quick action, flow, Apex class or another process.

What are the actions that a workflow rule can invoke?

Create a Task, Send Emails, Field Update or Send Outbound Message

How can flows handle errors?

The FAULT flow, which branches from the main flow, can be used to handle unexpected errors and display an error message.

What are the capabilities of a flow?

Query, Create, Update, Delete Records. Branch, Pause, Get Input, Display Output, Show a series of screens, Perform Actions (Quick, Email and Static)

Which options are available to run a record-triggered flow automatically?

A record-triggered flow can run automatically when a record is ‘created’, ‘updated’, or ‘created or updated’.

What is a subflow?

It is a flow that is called from another flow.

Can Process Builder have time-dependent actions?

Yes, if a process is configured to only run when created. Or, when a 'record is created or edited' and the option to execute the actions only when specified changes are made to the record is enabled.

When are workflow actions executed?

Either immediately or after a number of days or hours from a date field or trigger date

What’s the name of the visual interface used for creating flows in Salesforce?

Flow Builder

Which automation tools allow creating records automatically when a record is changed?

Process Builder, Flow Builder, and Workflow Rule (Task only)

Which declarative tool can be used to create a wizard which allows user interaction?

Flow Builder

Where are field updates tracked when history tracking has been set on the fields?

History related list

Which Salesforce tool should be used to send an outbound message to an external system?

Workflow, Flow

Which option needs to be enabled to allow the result of a workflow field update to trigger additional workflow rules?

Re-Evaluate Workflow Rules After Field Change

How can a field update cause recursion?

A field update on one field can trigger an update on a second field. The update on the second field can trigger an update on the first field and so on.

Where can an administrator enable a setting that allow users to resume shared flow interviews?

Process Automation Settings in Setup

What type of field should be added to a flow screen to allow users to upload files?

File Upload

Which Lightning component can be added to a Lightning page to guide users through an ordered list of flows in Lightning Experience?

Actions & Recommendations

Which type of field should be used in a flow to schedule an appointment with a customer at a specific time?

Date/Time

What should be used to allow flow users to select a number value with a slider?

'Slider' Screen Component

How can the value of an attribute be retained while a user moves between flow screens?

The attribute can be added to both the 'Inputs' and 'Outputs' tabs in the screen component.

When designing a flow in the Flow Builder, which element can be used to loop through records in the flow?

Loop

What can be used to test and troubleshoot a flow?

'Debug' button

Which screen component can be used to display text in a flow screen?

Display Text

What should be the name of the record variable in the flow to allow a quick action or Lightning page to pass a record automatically?

recordId