Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Licenses

Status
colourYellow
titleCOMMUNITY
,
Status
colourBlue
titleENTERPRISE
,
Status
colourPurple
titleCORPORATE

Since

Status
colourGreen
titleVERSION 6.0

Table of Contents

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
colourBlue
titleENTERPRISE
or status
colourYellow
titlepartner

Table of Contents

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

Default form rendering

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 RemovedImage Added