2.1 Start developing for finance and operations apps by using Visual Studio Flashcards
AOT?
Application Object Tree
2 views of AOT?
Model view
Classic view
Model view?
Organizes metadata by model
Classic view?
Groups metadata elements by their type
Metadata types?
Extended Data Types (EDTs)
Enums
Tables
Forms
Data entities
Extended Data Types?
Primitive types
Enums?
Type with a value from a predefines list
Eg. weekday
Enum values are stored as enum values in db rather than full string value
Tables?
Organize data into rows and columns
Forms?
UI elements that get their own page in F&O apps
Data entities?
Abstraction of database tables that are used for integrations, data export/import and more
Why synchronize the database?
So database knows which fields (columns) that it needs to store elements
Forms layout windows?
Form designer
Normal element designer
Pattern designer
Form designer?
Contains hierarchical view of the form’s structure
Normal element designer?
For the selected node in the view
Pattern designer?
Helps you match the existing form layouts and UI conventions in F&O apps