Licenses | Status |
---|
colour | Yellow |
---|
title | COMMUNITY |
---|
| , Status |
---|
colour | Blue |
---|
title | ENTERPRISE |
---|
| , Status |
---|
colour | Purple |
---|
title | CORPORATE |
---|
|
|
Since | Status |
---|
colour | Green |
---|
title | VERSION 6.0 |
---|
|
|
Introduction
Objects in PIPEFORCE are custom models that represent data of a specific app or process. For example an Invoice
or Person
object. The structure of such objects can by defined using a JSON Schema. Also forms need such a JSON Schema for its field structure.Required license:
Status |
---|
colour | Blue |
---|
title | ENTERPRISE |
---|
|
or status |
The
...
Schema
For example before you can use a form, you need to know which “type of data” such a form produces: After a form was submitted, it creates a new data set called an object and stores it into the property store. The structure of such an object (which fields it has) is defined in a JSON Schema.
...
Code Block |
---|
global/app/myApp/object/person/v1/schema |
The JSON schema will be used as a base to render the fields defined in it as a form. By default all fields are rendered vertically (each in a row) as you can see here:
Image Removed
Image Added