how to set a default value for date field from current record

shruthij
Tera Contributor

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

swapnali ombale
Kilo Sage

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.