Expand my Community achievements bar.

The next phase for Workfront Community ideas is coming soon. Learn all about it in our blog!
SOLVED

Generating a template report listing users on the People tab

Avatar

Level 2

Hello,

We're looking for the text mode report code that would list all the users in a templates People tab.

When saving a project as a template, all the users associated with a project will be captured in the template unless manually deleted. This results in errant notifications to users when that template is used to generate a project, even though those users may have no association with the project. We maintain hundreds of templates and we'd like a way to quickly determine which templates have People tabs that are populated.

Thanks,

Bill Harnett

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

this code would work: https://wf-pro.com/textmode/text-mode-views-collections/#project-users -- you just need to change projectUsers to templateUsers.

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

this code would work: https://wf-pro.com/textmode/text-mode-views-collections/#project-users -- you just need to change projectUsers to templateUsers.

Avatar

Level 2

@Skye Hansen‚ I can't see the two text mode you so graciously provided above. Is there anyway you could allow me to access the wordpress site or paste the text mode for both listed above here please. Thanks!

Avatar

Level 3

Hi Jessica, I was on the hunt for this today and ended up using this textmode to create a list of project users:

displayname=Project Users

listdelimiter=<div/>

listmethod=nested(projectUsers).lists

textmode=true

type=iterate

valueexpression={user}.{name}

valueformat=HTML