Trying to create Calculated custom field - having issues - please help | Community
Skip to main content
Level 2
August 20, 2021
Question

Trying to create Calculated custom field - having issues - please help

  • August 20, 2021
  • 1 reply
  • 448 views

I'm trying to pull 'Project' information into tasks within the project using a calculated field on a custom form.... but I'm stuck.

https://one.workfront.com/s/document-item?bundleId=the-new-workfront-experience&topicId=Content%2FAdministration_and_Setup%2FCustomize_Workfront%2FCreate_manage_Custom_Forms%2Fadd-calculated-data-to-custom-form.html

I've created the custom task form (entitled 'Project Information'), then intend to pull in a field from a Project form entitled 'Summary of brief'. I'm putting the following into the Calculation field but I'm obviously on the wrong track:-

Project.(summary of brief)

What am I not getting?

I hope that's enough info to understand where I am but if not, can elaborate if need be.

rsvp

Regards

Ross

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

1 reply

skyehansen
Community Advisor and Adobe Champion
August 23, 2021

hi Ross, I can give it a shot.

According to the page you linked to, the intro says "you create a statement that uses data expressions and the names of existing fields" to build a calculated custom data field.

However, according to your calculation, you're just putting in the name of the form. So that's just not going to work at all -- you're never going to pull in the whole form in one go.

If you have one custom field on that form you'd like to pull in, you could go with something like this:

Project.({DE:OneFieldName})

I hope that's enough to get you started.