Date Field
Updated
The article outlines the steps to create a Date Field in Entity Studio. Date field type allows you to enter a date
or select one from a pop-up calendar.
Creating a Date Field in Entity Studio
Navigate to Launchpad. From the Sprinklr Service tab, click Entity Studio from the Persona Apps section.
The Entity Manager page appears with the list of entities.
Search for the desired entity in the search bar. Click on the 3 dots and then click the View button next to the entity name.

On the left navigation pane, click Fields and Relationships.

Click Create Field on the top right corner of the Record Manager. The Create Field Page appears.
Select Date from the Field Type drop-down.

The following are the fields that needs to be filled in the Create Field page.
Fields | Description |
Field Type | Choose the Date field type if you want to input a date from a pop-up calendar in the Record form. |
Name | Provide a suitable name, for example, “Order Date”. |
API Reference ID | API Reference ID is a unique identifier used to reference fields and objects when interacting with the Sprinklr platform via APIs. For example, you can provide API reference ID as order_date. |
Help Text | Help text appears as a tooltip or is shown below the field, depending on the configuration. It offers quick hints without cluttering the UI. For example, you can write, “Please enter the order date.” |
Placeholder | This text will be shown in the field in its empty state. For example, “Please enter the date.” |
Default Value | This is the space that will display the date when the user has provided no input. You can select the date from the Calendar. |
Date Format | There are different date formats that you can choose from – ISO, European, Friendly, and US. For example, let’s choose the European date format. |
Use the same Timezone for all collaborators | Toggle on if you want to view the same Timezone in the Default value and in the Timezone space as well. |
Timezone | Toggle On the Display Timezone if you want to display it along with the date in the Date Format section. The current Timezone is visible at the bottom of the Calendar. |
Display Timezone | Toggle On Display Timezone to show the timezone along with the values in the Calendar (12-hour format). |
Mandatory Field | When enabled, new record creation will fail if no input is provided in the field. If the default value is set, then the error will not be triggered. |
Enable Sorting | This is enabled by default. You can enable this option (if not already enabled) to allow sorting records in Record Manager using this field. For example, sort the Name field in ascending or descending order. |
Do not allow Duplicate Values | Enable this option to disallow any duplicate values in the Record Form. For example, if you add duplicate customer IDs by mistake, the system will trigger an error and will only accept unique entries. |
Enable Cloning | Allows the field value to be copied when a record is cloned. This is useful in scenarios where new records are often created based on existing ones, such as tickets, orders, or configurations. |
Click on the Save icon in the bottom right corner once you input the field details.