Generating a template report listing users on the People tab | Community
Skip to main content
Level 2
February 3, 2022
Solved

Generating a template report listing users on the People tab

  • February 3, 2022
  • 1 reply
  • 1109 views

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

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

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

1 reply

skyehansen
Community Advisor and Adobe Champion
skyehansenCommunity Advisor and Adobe ChampionAccepted solution
February 3, 2022

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

Level 2
March 31, 2022

@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!

Level 2
May 20, 2022

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