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
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
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
NumberUse this field to accept a number with or without decimal places.
Click and check the type of masks for Numeric fields
Decimal
URLUse this field to accept a URL.String
CheckboxUse this field to enable your users to check a checkbox. Used for a Yes/No, True/False response.Boolean
File UploadUse this field to allow the uploading of files.String
Lookup single or multi-selectUse 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.
Calculated fieldUse this field to evaluate given expressions(consisting of Form fields) and display the result.Decimal
Date timeCollect date values within a specific range and time values in the desired time format.
Parent record fieldAllows you to make a field that adds information from another existing field (parent field).

Are you stuck somewhere? Don’t worry, we’re here for you. Drop us a mail at support@prokuria.com and we’ll get back to you.