Expand my Community achievements bar.

SOLVED

How can we prepopulate a Date Field within an Issue Custom form with today's date?

Avatar

Level 2

How can we prepopulate a Date Field within an Issue Custom form with today's date automatically?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 2

Hi @anasooya - if you just need a field to indicate "today's date" when an issue is created you can use the "Entry Date" in reporting, or if you need it visually in-line with other data in a custom form you can create a calc field with a date format and just have the calc be {entryDate} . 

 

If you still needed it to be adjustable afterwards you could then add an override field with an if/then in the calculation. 

View solution in original post

2 Replies

Avatar

Correct answer by
Level 2

Hi @anasooya - if you just need a field to indicate "today's date" when an issue is created you can use the "Entry Date" in reporting, or if you need it visually in-line with other data in a custom form you can create a calc field with a date format and just have the calc be {entryDate} . 

 

If you still needed it to be adjustable afterwards you could then add an override field with an if/then in the calculation. 

Avatar

Level 2

great idea Daniel.. thanks for your help on this