Empowering non developers to develop codeless applications
The goal of this use case is to enable an administrator to build an application without going through all the burdensome work of setting up an Integrated Development Environment (IDE) and learning coding skills.
Scenario
Workflow
Task | Action | Reference |
|---|---|---|
1 | Create a codeless application bundle from the user interface without requiring Java or Javascript knowledge. | |
2 | Store the lunch orders created by employees by creating record definitions. | |
3 | Design a user interface from where employees can submit their lunch orders by creating a view. | |
4 | Track the delivery time of the lunch orders by creating a process. | |
5 | Enable employees to access the Lunch Order application by deploying the application to production environment. |
Benefits
Creating codeless applications enables the administrator to perform the following tasks:
- Quickly create applications from the user interface.
- Develop applications with minimal programming knowledge or dependency on developers.
- Reduce errors that might arise when developing code-based applications.
- Reduce the turnaround time for creating applications that require less customization and are not complex.
- Share the codeless application with developers to add complex customizations.