3.2 & 3.3 Extend elements / Business events in F&O Apps Flashcards

1
Q

How are elements in F&O are customized?

A

Through the use of extensions

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

Business events?

A

Provide a mechanism that lets external systems receive notifications from F&O apps

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

When do business events occur?

A

When a business process is run

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

In F&O apps a business action that a user performs can be?

A

Workflow action
Non-workflow action

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

Example of workflow action?

A

Approval of a purchase requisition

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

Example of non-workflow action?

A

Confirmation of a purchase order

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

Business events framework?

A

Determines whether a business event is published to a F&O apps user

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

Where can business events be activated?

A

System Administration -> Business events

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

Business event catalog?

A

Lists the business events that are available in the instance that you are using

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

General settings that are applied to business events?

A

Retry count
Wait time between retries
Endpoints allowed per event
Use business events batch job
Key vault secret cache interval

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

Two primary settings that can affect performance in business events framework?

A

Processing threads
Bundle size

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

Processing threads?

A

The number of threads to use to process business events
Max value is 4

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

If using dedicated processing for business events what should be the thread count?

A

Number per Batch AOS instance

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

If using a batch job, what should be the thread count?

A

The total number of additional batch tasks that will be used to process events

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

Bundle size?

A

The number if events to group together at a time for processing a thread

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

If bundle size is increased what happens?

A

Fewer bundles are produced and reduced the ability to distribute the events to parallel threads

17
Q

If bundle size is decreased what happens?

A

More bundles are produced and increases the ability to distribute the events to parallel threads

18
Q

Steps to implement a business event?

A

Build a contract
Build the event
Add the code to sent the event

19
Q

Two classes for new business event?

A

Business event class
Business event contract class

20
Q

Business event class?

A

Extends the BusinessEventsBase class Supports constructing the business event
Building the payload
Sending business event

21
Q

Business event contract class?

A

Extends the BusinessEventsContract class
Defines the payload of the business event and allows the contract to be populated at runtime

22
Q

Why and how to activate a business event?

A

By default business events are not active, but you can activate any business events from the business event catalog

23
Q

When business event happens, trigger is added to a flow, the following information must be provided?

A

Instance
Category
Business event
Legal entity