Opadeez Platform Overview
Complete guide to creating full-fledged web applications through Opadeez's user-friendly Designer
Define your Data. Configure the Logic. Create the Front-End. Deploy!
How Does It Work?
Create full-fledged web applications in matter of days with Opadeez's user-friendly approach
1. Define Your Data
- Create entities & attributes (tables & fields)
- Add formulas e.g. age = now() - DOB
- Create 1-to-many relationships between entities
- Define list of values: male/female, list of countries...
- Re-use data from external systems tables or views
2. Configure the Logic
- Define business logic using the graphical flow designer
- Use Opadeez Scripting Language to create advanced logic
- Define how to search for data using Lookups
- Create Jobs for automatic processing
- Schedulers for regular processes
- File watchers for automatic file processing
3. Create the Front-End
- Create the menu bar with access rights
- Use Opadeez Page Designer to create data capture and lookup pages
- Use Opadeez rules to define when fields are visible/hidden, mandatory/optional, read-only/editable
- Create reports integrated with your solution
4. Deploy the Runtime
- Use the Opadeez One-Click-Deployment
- Generation of the Runtime solution
- Automatic update of Database Schema
- Automatic start-up
- Start using your system!
1. Define Your Data
Create the data dictionary using Entities & Attributes (Tables & fields)
Entities & Attributes
Create tables and fields with proper data types and relationships
Relationships
Define 1-to-many relationships between entities
List of Values
Configure dropdown lists such as Male/Female, Country list, etc.
2. Configure the Logic
Define business processes and automation using visual tools and scripting
Flow Designer
Create logical Flows to control how actions are executed. Use standard actions to create new data items, save to database, show pages...
Lookups
Define Lookups that are used to easily fetch existing records from the database
Scripting Language
Write Scripts using Opadeez easy language for additional processing
Automation Jobs
Create Jobs to process files automatically or schedule tasks
Example: Opadeez Scripting Language
declare bill
FOR bill IN Customer.Bill
sum = sum + bill.Amount
NEXT
Customer.SumBills = sum
3. Create the Front-End
Design user interfaces and define user experience
Page Designer
Create Pages using Opadeez Page Designer for data capture and lookup
Dynamic Rules
Use formulas to define when fields are visible/hidden, mandatory/optional, read-only/editable
Menu & Permissions
Configure Menu Bars and define permissions required to access each element
Integrated Reports
Create Reports that can be accessed & filtered from Opadeez front-end
4. Deploy
Nothing easier than Opadeez One-click deployment!
Step 1
Runtime components are created and packaged automatically
Step 2
Database schema is automatically updated to reflect changes
Step 3
The Solution is started and ready to use!
Ready to Start Building?
Let's discuss how Opadeez can help you create the web application your business needs.
← Back to Opadeez Main Page