Please enable JavaScript.
Coggle requires JavaScript to display documents.
OUTSYSTEMS - Coggle Diagram
OUTSYSTEMS
Logic and Validations
-
Input Validations
Built-in Validations
Validation is performed automatically, when data is submitted to the server
-
-
-
-
-
Data Modeling
Variables
in memory, hold data of any particular data type
-
-
-
Data types
Compound Types
Structures
-
Structures are defined by attributes of any data type: Structures, Entities and Lists
-
-
-
-
Data Relationships
-
Reference Data
-
-
-
Master-Detail Entities
-
Detail Entity has a reference attribute (foreign key) of type MasterEntity Identifier (Primary key in Master)
-
-
-
-
-
Screen Development
-
Web Block
reusable UI component
Develop once, use many times
-
-
-
-
-