automation Flashcards

1
Q

salesforce flow

A

it is product which provides declarative automation for every salesforce app, experience and portal - two tools which provides point and click automation tools: Process Builder which lets you build process and Flow Builder which lets you build flows

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

what you can do with salesforce flow tools ?

A
  • create a guided tutorial
  • set up automated tasks and processes
  • connect to external systems
  • add automation to pages and apps
  • reuse what already build
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

when use process builder ?

A

when you need to start a behind the scenes process automatically, process can start when:

  • a record is created
  • record updated
  • platform event occurs
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

when use flow builder ?

A
  • to automate a guided visual experience
  • add more functionality for process
  • start behind the scenes process:
  • when user click sth like button
  • when record created
  • when record updated
  • event occurs in platform
  • at specific time
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

when use apex ?

A

when you need more functionality than is available in process or flow builder

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

approval process

A

is not included in salesforce flow but it offers a declarative way to automate sth that salesforce doesn’t cover

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

components of process

A

every process consists of trigger, at leat one criteria node and at least one action

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

trigger actions

A
  • trigger - identifies when the process should run, the trigger determines which object and which changes the process should pay attention to
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

criteria actions

A

while the process gets one trigger, you can add many criteria nodes, criteria node controls whether or not the process executes the associated actions

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

actions

A

after a criteria node evaluates to true, the process executes the actions or wait until a scheduled time;

  • you can create records with actions
  • update the records that started the process
  • submit that record
  • send email using a template
  • post to chatter feed
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

process types:

A
  • record change
  • invocable - it is called by another process
  • platform event - a platform event message is received
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

approval process

A

automates how salesforce records are approved in org

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

the flow builder user interface elements

A

toolbox - contains elements and resources you use to build flow

  • canvas - working are
  • button bar - provides info about flow
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

flow building blocks

A

elements - appear on the canvas

  • connectors - define the path that the flow takes at runtime
  • resources - containers that represent a given value, such as fields values or formulas
How well did you know this?
1
Not at all
2
3
4
5
Perfectly