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 TypeDescriptionData Type
Single LineThis field accepts a plain text input of up to 255 characters. Your users can enter letters, numbers, and special characters.String
Multi LineThis is similar to the Single Line field, though with a greater capacity. This field can accept multiple lines of plain text.String
EmailThis field accepts a valid email address. It ensures proper formatting and is used for user authentication and communication.String
NumberUse this field to accept a number with or without decimal places.
Click and check the type of masks for Numeric fields
Decimal
DateThis 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 timeThis field allows users to select both a date and a time. It supports date and time formats/Timestamp
Calculated dateThis field computes date values based on expressions or other fields, allowing for dynamic date calculations.Timestamp
URLUse this field to accept a URL.String
File uploadUse this field to allow the uploading of files.
String
Calculated fieldUse this field to evaluate given expressions(consisting of Form fields) and display the result.Decimal
DecimalUse 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
CheckboxUse this field to enable your users to check a checkbox. Used for a Yes/No, True/False response.Boolean
Lookup single or multi-selectLookup 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-selectThis 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 fieldThis 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 fieldAllows you to make a field that adds information from another existing field (parent field).Reference
Rich textThis field allows users to enter and format text with various styles, such as bold, italics, and hyperlinks, providing enhanced text formatting options.String
ButtonThis 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.