Application Development Module 6 Flashcards

1
Q

What is flow Designer?

A

Intuitive interface for creating automated business processes

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

What are the parts of a flow?

A

Trigger - activity that initiates the flow
Condition - determine when or how an action runs
Action - operation executed
Executions - List of executions associated with the flow
Data Panel - any data gathered or generated as variables

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

What are the types of triggers in a flow?

A

Application - metricBase and ServiceCatalog
Record - Created, Updated, and created or updated
Scheduled - Daily, Weekly, Monthly, Run Once, and Repeat

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

What is integration Hub?

A

Extends Flow Designer to provide low code to no code integration capabilities with 3rd party systems

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

What are the default spokes available in Integration Hub?

A

Benchmarks Spoke
Connect Spoke
Customer Service Spoke
Field Service Spoke
ITSM spoke
Security Operations Spoke
Visual Task Board Spoke

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

What is the process for creating application properties page for an application?

A

Create a system property category
Add properties
Order properties
Create properties module

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

What is a scheduled Script Execution?

A

Automated piece of logic which executes at a specific tima and or on a recurring basis

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

Where can you look to find what scheduled jobs are running when?

A

Today - System Scheduler > scheduled jobs > Today’s Scheduled Jobs
Everything - System Schedule > Scheduled Jobs > Scheduled Jobs

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

What are the 3 steps when working with events?

A

Add Event to Event Registry
Generate Event
Create logic to respond to event

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

What are the parts of an event registration?

A

Suffix - unique part of event name
Event Name - automatically created name for event
Table - database table for event
Fired By -
Description - documents the event purpose
Queue - event processing queue. if left blank goes to default queue

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

Where can you find generated events?

A

System Logs > Events

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

How can you respond to events?

A

Email
Script Action

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

What are the parts of an Outbound Email (Notification)?

A

What to send
When to send
To whom it should be sent

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

What are the configuration options for When to Send in Outbound Email (Notification)?

A

Record inserted or updated
Event is fired
Triggered

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

How does notification weight determine what notifications are sent?

A

weight of zero, always sent
non-zero weight, highest weight is sent
multiple same no-zero weight, all are sent

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

How do you dynamically reference a field value in a Notification?

A

${<field>} -field on triggered record
${<field>.<field>} - dot walked field
${event.parm1> or ${event.parm2}</field></field></field>

17
Q

What is the maximum notification size?

A

26 MB

18
Q

How do you add links to a notification?

A

${URI} link to record that triggered notification
${URI_REF} display name of record that triggered notification
${<reference_field_name>.URI} link to related record
${<reference_field_name>.URI_REF} display name of related record</reference_field_name></reference_field_name>

19
Q

What is the anatomy of a script include?

A

Create class
Create prototype
include Utils - no longer required
Call Utils methods