Description
Manage custom fields for objects on this page.
*Please contact support if you have requirements to add custom fields to an object not currently listed
*Invoice Types are created on the Create Invoice Page. See this article for more information: Invoices
Add/Edit Custom Field For Type
Edit the custom fields that are associated with items. Any items listed above will appear on the Item screen.
Select the item type, then click Add Field to create a new field, or click
to edit an existing field.
The Following Fields are available
*The maximum number of fields per object is 10. If you require more, please contact support@softledger.com
Property - unique name/reference for the field. Spaces are replaced with '_'
Label - Label that will be visible in the User Interface
Type - The Type of the field, the following are available. This controls how users will input date for this field
- Text - Plain text field
- Number - Numeric field
- CheckBox - Boolean field
- Date - Date field
- Select List - Dropdown box with several predefined options. Requires Select List Data
Required - Is this field required to create the object
Select List Data - JSON representation of input values. example below
[{
"_id": "tacos",
"label": "Tacos"
}, {
"_id": "hamburgers",
"label": "Hamburgers"
}]