-
Notifications
You must be signed in to change notification settings - Fork 16
Home
John Linhart edited this page May 10, 2019
·
9 revisions
Defines type of a field value like text, date, number, ... and properties like default value, is required, options, ...
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.
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.