The Basics
In this tutorial, we will create a simple Todos application using Steedos. This application will allow users to add, view, and manage their to-do tasks.
📄️ Lesson 1: Creating Objects
Steedos offers powerful features that allow users to create and manage custom objects to meet specific business needs. Custom objects can be seen as tables in a database, storing data specific to an enterprise. This tutorial will detail how to create and use a custom object — the Todos object — in Steedos.
📄️ Lesson 2: Defining Relationships
In Steedos, understanding and utilizing object relationships is key to building effective and feature-rich custom applications. Object relationships allow different objects to be connected, enabling data association and integration. This tutorial will explain the concept and steps of object relationships through a simple application example — linking Todos object to Projects object.
📄️ Lesson 3: Creating Application
Steedos allows users to create custom applications to meet various business needs. Custom applications are a collection of logically related objects, fields, functionalities, and layouts. This tutorial will guide you on how to create a Todos application in Steedos, and link it to the Projects and Todos objects.
📄️ Lesson 4: Workflow Rules
In this section, we will delve into the automation features of Steedos, exploring how to use workflow rules to automate tasks. We will go through a practical case – creating a workflow rule that sends reminders to assignees (Assignees) when a task (such as the Todos object) is created, modified, or deleted.