Hello,
I wanted to check to see how others have done this, as I was sure I did this in the past.
I wanted to get a custom field at the portfolio level, on an issue/request report. My first thinking was to create a calculated field to help pull in this information, but am having trouble getting to be where needed.
Thoughts?
Thanks in advance!
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hi Timothy -
I'm able to pull a custom field from a form at the Portfolio details using this code:
displayname=Portfolio - Product Group
linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=portfolio
namekeyargkey.2=DE:GCP Product Group
querysort=project:portfolio:DE:GCP Product Group
textmode=true
valuefield=project:portfolio:DE:GCP Product Group
valueformat=HTML
Hope this helps,
Teale
Hi Timothy -
I'm able to pull a custom field from a form at the Portfolio details using this code:
displayname=Portfolio - Product Group
linkedname=project
namekey=view.relatedcolumn
namekeyargkey.0=project
namekeyargkey.1=portfolio
namekeyargkey.2=DE:GCP Product Group
querysort=project:portfolio:DE:GCP Product Group
textmode=true
valuefield=project:portfolio:DE:GCP Product Group
valueformat=HTML
Hope this helps,
Teale
This worked wonders. Thanks Teale!