4.3 Implement the Data management package API for F&O Flashcards
What does data management framework’s package REST API let you do?
It lets integrate with F&O apps by using data packages
When developer writes a custom service under a service group, which 2 endpoints is it deployed in?
SOAP
JSON
SOAP?
Simple Object Access Protocol
JSON?
JavaScript Object Notation
On-Prem vs Cloud Deployment API process key differences?
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
ImportFromPackage API?
Used to initiate an import from a data package
Where is data package uploaded?
To blob storage that is associated with F&O operations
ExportToPackage API?
Used to initiate the export
GetExecutionSummaryStatus?
Used to check the status of a data project run job
Applicable for both on-prem and cloud deployments
JSON response messages?
Unknown
NotRun
Executing
Succeeded
PartiallySucceeded
Failed
Canceled
Change tracking functionality?
Incrementally export data from finance and operations apps by using data management framework
What does change tracking support?
BYOD and non-BYOD
Steps to enable change tracking?
Data management workspace
Configure entity export to database
Publish in the action pane
Once published select entity
Change tracking
What to use to consume web services within F&O apps?
Wrapper classes
Wrap logic around methods that are defined in the base class that you’re augmenting