Skip to main content
New Participant
August 20, 2020
Question

Built in fields on Custom Forms

  • August 20, 2020
  • 2 replies
  • 500 views

Hi,

I'd like to display a built in field value when a custom form loads, is this possible?

For example, I'd like to display the following field Project.totalOpTaskCount when the custom form is selected, form is an Issue type (if that helps).

Thanks

Ian

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Doug_Den_Hoed__AtAppStore
New Participant
August 21, 2020

Hi Ian,

Anthony’s spot on, so consider (bulk) attaching a separate form that shows the totalOpTaskCount “above” the new custom form, for reference.

Regards,

Doug

imgrund
Employee
August 21, 2020

Hi - you can do it as a calculated field on the form, but it only shows the value after the request is submitted.

What it looks like when filling out the form

What it looks like when I save and submit the form

Hope that helps