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
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
this code would work: https://wf-pro.com/textmode/text-mode-views-collections/#project-users -- you just need to change projectUsers to templateUsers.
Views
Replies
Total Likes
this code would work: https://wf-pro.com/textmode/text-mode-views-collections/#project-users -- you just need to change projectUsers to templateUsers.
Views
Replies
Total Likes
Thanks so much Skye - worked beautifully! 😀
Views
Replies
Total Likes
@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!
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Views
Likes
Replies