Field types available in Prokuria
Prokuria supports different types of fields. Each field type can accept a certain “type” of data. For example, a Date field type will accept a date value. A number field type will accept a number. Each field type has its own set of properties that can be configured to suit your requirement.
Field Type | Description | Data Type |
---|---|---|
Single Line | This field accepts a plain text input of up to 255 characters. Your users can enter letters, numbers, and special characters. | String |
Multi Line | This is similar to the Single Line field, though with a greater capacity. This field can accept multiple lines of plain text. | String |
This field accepts a valid email address. It ensures proper formatting and is used for user authentication and communication. | String | |
Number | Use this field to accept a number with or without decimal places. Click and check the type of masks for Numeric fields | Decimal |
Date | This field supports a calendar and enables your users to select a date. Users can also type a date value as long as it matches your app’s date-time format. Click and check the type of masks for Date type fields | Timestamp |
Date time | This field allows users to select both a date and a time. It supports date and time formats/ | Timestamp |
Calculated date | This field computes date values based on expressions or other fields, allowing for dynamic date calculations. | Timestamp |
URL | Use this field to accept a URL. | String |
File upload | Use this field to allow the uploading of files. | String |
Calculated field | Use this field to evaluate given expressions(consisting of Form fields) and display the result. | Decimal |
Decimal | Use this field to enable your users to check a checkbox. Used for a Yes/No, True/False response. | Boolean |
Dropdown and Radio button (single-select) | Use these fields to enable users in selecting one value from a set of pre-configured choices, which are presented: 1. In a dropdown menu 2. As radio buttons | String |
Dropdown Multi-Select (multi-select) | Use these fields to enable users in selecting one or more values from a set of pre-configured choices, which are presented: 1. As checkboxes 2. In a dropdown menu (that allows selecting one or more values) | List of Strings |
Checkbox | Use this field to enable your users to check a checkbox. Used for a Yes/No, True/False response. | Boolean |
Lookup single or multi-select | Lookup single or multi-select Use this field to display data from the fields in other entities. You can choose this field to allow your users in selecting one or multiple values from the dropdown. | Reference |
Advanced Lookup single or multi-select | This field creates a relationship between entities by linking to records from another entity. It allows for complex lookups and supports advanced filtering and selection options. | Reference |
Rollup field | This field aggregates data from related records, such as summing values or calculating averages. It provides a consolidated view of data based on specified criteria. | Decimal/String (depending on the aggregation) |
Parent field | Allows you to make a field that adds information from another existing field (parent field). | Reference |
Rich text | This field allows users to enter and format text with various styles, such as bold, italics, and hyperlinks, providing enhanced text formatting options. | String |
Button | This field creates a clickable button within the main grid, which can trigger custom actions or scripts |
Are you stuck somewhere? Don’t worry, we’re here for you. Drop us an email at support@prokuria.com and we’ll get back to you.