Views
Replies
Total Likes
Bringing this up to the top because it's a good filter, but hoping to find a way to see when was the last time a template was used to create a project -- I can't find a "last used date" field - or "last project this was used for"
I found this idea so I'm thinking what I want isn't possible but getting me any closer to figuring out which templates I can ignore would be great https://one.workfront.com/s/idea/0874X000000oO7mQAE/detail
.
Views
Replies
Total Likes
hey Jill, you will want to add a couple more lines to that exists statement about the project's entry date.
(i.e. Terry's statement says "find me any templates where no projects were created off them". You want one that now says "find me any templates where no projects have been created off them in the past year" -- or whatever your date is. )
And both of these are great filters to have, but they don't cover the concept of sub-templates -- templates applied after a template has already been applied. Any template that was created for the purpose of attaching partway through the project should be carefully labeled or marked in some way so it doesn't accidentally fall prey to these exists statements.
Views
Replies
Total Likes
Ok I'm answering myself because I found a workaround that involves Excel, so not within WF as I hoped, but I have my answer. I make a PROJECT report for a given time period (ie the last year) and then I have a column that shows which template was used on each project. Then I export to Excel and pivot table and voila, there I have it, all the templates used in the last year.
Views
Replies
Total Likes
Adding a reply here so the following text mode filter exists in the Experience League Community (and search) for those interested in project template cleanup.
EXISTS:A:$$EXISTSMOD=NOTEXISTS
EXISTS:A:$$OBJCODE=TASK
EXISTS:A:entryDate=$$TODAY-1y
EXISTS:A:entryDate_Mod=gte
EXISTS:A:templateTask:templateID=FIELD:ID
EXISTS:B:$$EXISTSMOD=NOTEXISTS
EXISTS:B:$$OBJCODE=PROJ
EXISTS:B:entryDate=$$TODAY-1y
EXISTS:B:entryDate_Mod=gte
EXISTS:B:templateID=FIELD:ID
Step 1: Create a template report
Step 2: Add the above text mode filter
Step 3: Save and Close.
NOTE: This report will identify templates that have not been used to either create a project or have been attached to a project in the past year. One caveat is that in order to figure out whether or not a template was used as an attachment, it is dependent on that template having tasks in it. If a template has no tasks and is only used to attach something like queue settings, then it will always show up as “unused” in this report