Doc
  • Get Started
  • Academy
  • Library
  • Languages iconEnglish
    • Português

›Demo Application

Academy

  • Overview
  • Introduction
  • Backoffice
  • Polyglot
  • Apps
  • API
  • Strategy
  • Demo Application

    • Config
    • Form
    • Relate Data
    • Service
    • Interface & Design
  • Next Steps
  • First Application

Explore

  • Configuration
  • Centralized Terminal
  • Command Line
  • Services
  • Industry
  • Graphical Interface

    • Get to know the graphical interface
    • Forms
    • Fields
    • Queries Interface

User Interface

  • Modal Form
  • Implementing tables and charts
  • Application Life Cycle Events

Server

    Database

    • Excel
    • H2Database
    • MSSQL
    • Multiple Databases
    • PostgreSQL
    • DB Connection Pool

    Services

    • REST Web Services
    • WebSocket
    • JWT Token
    • OpenAPI
    • CORS
    • Queries Programmatically
    • Generate Unique ID's (UID/GUID)
    • Sending Emails
    • XLS - Excel
    • PDF
  • Actions
  • Cron Jobs
  • Custom URLs
  • Data Setup
  • Monitor and Alerts
  • Templates
  • Development and debugging in Java
  • Integration with NGINX

Website

  • ReactJS Create
  • Pages & Routers

Relate Data

Create Relationship Between Data

In the previous stage, you have created your task management, however as you can see only manages a small isolated list of tasks.

For this reason, our next step will be to know if an employee has done a task and the time spent on the same task.

You will need to co-relate Tasks with the Record and their hours/time spend.

Selecting Field Type

Clicking on "Build" after that going to the form field management "Record" you will create a new field where the the settings of the "Display Name" should be Task.

The configuration Name was set automatically with task, however you should add _id as suffix as the following example:

task + _id = task_id.

Please Note

The Name should always end with: _id as good practice, also to make relationships distinct, significant, and easier to be naming.

At Type settings will choose the select option.

Please select it as "Not Null" as this field is mandatory i.e. just clicking on Not Null as it is important to know what the employee has done at the time schedule.

As will be more records for the same Task, the Primary Key option should be OFF.

The "Column" must be filled with the value 1 and the Line with the value 2, as this new Task field has to show before the fields date and time.

Link

Note that this type of field has a specific criteria of the Data Relatioship

1.Click on Add;

2.Click on the task the option that shows in the open window;

3.Click on the name;

4.Close the window.

The Link will be defined with the value task:name.

Which means it will related to the present task table showing some information in the collumn name.

Click Save when you finish.

← FormService →
  • Create Relationship Between Data
    • Selecting Field Type
    • Link

Open Source

Download

admin@netuno.org

support@netuno.org

Copyright © Sitana 2022