1.2.3 Application components and architecture Flashcards
What architecture are F&O apps based on?
Model-driven architecture
Model-driven architecture meaning?
The core functionality and some major functional features are segregated into various model
Element-level dependency is defined among all these models, building a robust application architecture for finance and operations apps
What is application architecture divided into?
Platform Models
Application-specific models
3 types of Platform models?
Application Platform
Application Foundation
Test essentials
Application Platform?
Core model to implement any functionality of F&O apps. Referenced by default in any custom model
Major application areas of Application Platform model?
Runtime and Data Access
Workflow and services
Client and presentation
SSRS Reporting
Runtime and Data access?
Contains the lowest level elements that communicate with the kernel
Workflow and services?
Workflow = Business Process
Defines how a document flows, or moves, shows who must complete task, make a decision, or approve a document
Custom services can be written under a service group.
Workflow and services?
Workflow = Business Process
Defines how a document flows, or moves, shows who must complete task, make a decision, or approve a document
Custom services can be written under a service group.
When custom service is deployed, which 2 endpoints does it get deployed to?
SOAP endpoint
JSON endpoint
Client and presentation?
F&O apps are designed to deal with complex business transactions in a user-friendly interface through different devices
SSRS Reporting?
F&O apps modules contain major standard reports that are developed in SSRS
SSRS can connect to the business data of F&O apps and can create custom reports by using two methods
SSRS methods?
Query based
Data Provider (DP)
(Enum)
To create simple reports what do you use?
Query based approach
To create complex reports what do you use?
Data Provider approach