4.2 Implement data integration concepts and solutions for F&O Flashcards
Data entity?
De-normalized view of data that is spread across multiple normalized tables
What do data entities provide?
A single stack to capture business logic and to enable scenarios such as import and export and integrations
Primary method for importing and exporting data packages?
Data entities
How can existing code be exposed as a custom service?
By adding an attribute to the code
Where is the custom service attribute set?
Data Contract class
OData?
Standard protocol for creating and consuming data
What is OData based on?
Representational State Transfer (REST) for create, read, update, and delete (CRUD) operations
What web technologies does OData apply?
HTTP and JSON to provide access to information from various programs
What tool is used frequently with RESTful services?
Postman
How can you consume web services?
By adding new class libraries to finance and operations apps
What do F&O apps integrate with and why?
Microsoft Power Apps, it allows for developers and non-technical users to build custom business apps for mobile devices, tablets, and web without writing code
EDI?
Electronic Document Interchange
What does integrating EDI with F&O allows you to do?
Lets you format EDI transactions so that they comply with specific requirements from your partners
Data validation checklist?
It is a workspace that is used to track data validation processes during a new implementation, after an upgrade, or after a migration
How to troubleshoot service authentication issues?
Inspecting JSON Web Tokens (JWTs)