Skip to content
John Linhart edited this page May 10, 2019 · 9 revisions

Terms

Custom Fields

Defines type of a field value like text, date, number, ... and properties like default value, is required, options, ...

Learn more

Custom Object

Defines a type of objects with same properties (fields). Imagine it as a blueprint for physical object. It has singular and plural name to make the UI smoother. But the most important Custom Object definition is list of Custom Fields. Examples: Product, Order, House.

Learn more

Custom Item

Custom Item is an instance of a Custom Object and defines 1 concrete thing. A Custom Item holds values of Custom Fields defined in Custom Object. Examples: Toaster, Order 1234, White House.

Learn more

Clone this wiki locally