Courses

Basic Knowledge

Hello and welcome to our Basic Knowledge Course. Here you get, as the name suggests, the first basic knowledge so that you can start with the No Code or Low Code course afterward. But let’s start from the beginning…

Basics-100

This course covers the creation of an example use case for a feedback application and consists of 8 modules. You will learn how to create a user interface and display data from a database using app wizards. Add logic and interaction, create a login/logout using visual programming and learn how to apply a theme to the application.

Intermediate-200

In this course, we are going to modify our feedback application built in the Basics (100) course, splitted in 8 modules. You will learn how to use REST-and SQL Connectors, as well as our mobile features. Also, you are going to learn more about data bindings and how to send emails via Simplifier. As last step, you are going to translate your application to different languages.

Intermediate-200 6.5

You will learn how to use REST-and SQL Connectors, as well as our mobile features. Also, you are going to learn more about data bindings and how to send emails via Simplifier. As last step, you are going to translate your application to different languages.

Advanced-SSBO-300

In this course, you are going to learn how Server-Side Business Objects (SSBOs) work and how you can use them in your applications.
You are going to use the Simplifier SSBO API to call Connectors, other Business Objects, write logs, send mails etc. Also, you will learn about the built-in third party libraries that are available in SSBO function code.

Advanced-CSBO-310

In this course, you are going to learn how Client-Side Business Objects (CSBOs) work and how you can use them in your applications.
You are going to use the Simplifier CSBO API to call other Client-Side and Server-Side Business Objects. You will learn how to upload third party libraries in Simplifier and integrate them into your CSBO function code. Also, we will show you the basic principles of asynchronous functions in JavaScript and how to use Promises in CSBO functions.

Advanced-Debugging-320

In this course, you are going to learn how you can debug and monitor applications on Simplifier.

In the first part, we show you how to debug Simplifier applications in your browser, using the browser's debugging tools. Debugging knowledge helps you to comprehend application processes and to find implementation errors.

In the second part, we will work with Simplifier's Logs and Monitoring section. The tools in this section help you to monitor user activity in your applications as well as events on your Simplifier instance. Also, you can get execution details about Server-Side Business Object functions and Connector calls.