コミュニティアチーブメントバーを展開する。

Don’t miss the Workfront AMA: System Smarts & Strategic Starts! Ask your questions about keeping Workfront running smoothly, planning enhancements, reporting, or adoption, and get practical insights from Adobe experts.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Portfolio Information in a Request/Issue Report

Avatar

Level 5

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!

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Level 7

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

元の投稿で解決策を見る

2 返信

Avatar

正解者
Level 7

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

Avatar

Level 5

This worked wonders. Thanks Teale!