4.3 Implement the Data management package API for F&O Flashcards

1
Q

What does data management framework’s package REST API let you do?

A

It lets integrate with F&O apps by using data packages

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

When developer writes a custom service under a service group, which 2 endpoints is it deployed in?

A

SOAP
JSON

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

SOAP?

A

Simple Object Access Protocol

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

JSON?

A

JavaScript Object Notation

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

On-Prem vs Cloud Deployment API process key differences?

A

For On-prem support has been added for REST API
Data management framework API uses OAuth 2.0
For On-prem authorization is managed by ADFS
Recurring APIs are not supported for on-prem

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

ImportFromPackage API?

A

Used to initiate an import from a data package

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

Where is data package uploaded?

A

To blob storage that is associated with F&O operations

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

ExportToPackage API?

A

Used to initiate the export

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

GetExecutionSummaryStatus?

A

Used to check the status of a data project run job
Applicable for both on-prem and cloud deployments

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

JSON response messages?

A

Unknown
NotRun
Executing
Succeeded
PartiallySucceeded
Failed
Canceled

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

Change tracking functionality?

A

Incrementally export data from finance and operations apps by using data management framework

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

What does change tracking support?

A

BYOD and non-BYOD

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

Steps to enable change tracking?

A

Data management workspace
Configure entity export to database
Publish in the action pane
Once published select entity
Change tracking

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

What to use to consume web services within F&O apps?

A

Wrapper classes
Wrap logic around methods that are defined in the base class that you’re augmenting

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