How can we prepopulate a Date Field within an Issue Custom form with today's date? | Community
Skip to main content
Level 2
March 21, 2024
Solved

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

  • March 21, 2024
  • 2 replies
  • 775 views

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

Best answer by Daniel_Clarke

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. 

2 replies

Daniel_Clarke
Adobe Champion and Community Advisor
Daniel_ClarkeAdobe Champion and Community AdvisorAccepted solution
Adobe Champion and Community Advisor
March 21, 2024

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. 

anasooyaAuthor
Level 2
March 22, 2024

great idea Daniel.. thanks for your help on this