how to set a default value for date field from current record
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 06:42 AM
I want to set a default value for date field
which is on the current record of the task table
Basically I want to display the date value on the list view of the task table
can some know how can I achieve this?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2025 01:03 PM
Hi shruthij
To set default value
- Right-click on the field and select "Configure Dictionary".
- In the field dictionary record, go to the "Default Value" tab.
- In the "Default Value" field, enter the following script: javascript:gs.now()// to set default value to current date.
- Save the dictionary record.
To add filed in List View
- Right Click on the task table list view configure-> list layout
- Just bring the fields you want to the selected section and save it.
open table list view click on personalized list(gear icon) option
just bring the fields you want to the selected section and save it.
Please mark my answer as correct based on Impact.