Leiste mit Community-Erfolgen erweitern.

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.
GELÖST

Issue Report showing approvals assigned to my team

Avatar

Level 3

I'm looking to filter an issue report by issues pending approval by my team. "My team" could be my Home Team or one of my Other Teams. 

 

Any help would be appreciated!

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Community Advisor

You can learn more about these types of filters by running a search in the community on "ARVSTS". There are only 5 results, so I absolutely recommend just tucking in and digesting it all. 

https://experienceleaguecommunities.adobe.com/t5/custom/page/page-id/GlobalSearch#q=ARVSTS&sort=rele...]

 

Copilot did a reasonably decent job of coming up with this code (I only had to fix one typo but the concept itself was pretty solid), as well as explaining it, so I recommend having a chat with it as well.

 

EXISTS:A:$$OBJCODE=ARVSTS
EXISTS:A:opTaskID=FIELD:ID
EXISTS:A:stepApprover:teamID=$$USER.teamIDs
EXISTS:A:status=AA

Lösung in ursprünglichem Beitrag anzeigen

4 Antworten

Avatar

Community Advisor

Hi @christinequick 
Sadly, in an issue report we can only display the approversAndStatuses with no way to filter. There is a reference to the currentApprovalStep but no references from the step as to who the approvers on this step are.

Seems like currently your best bet is to use the My Approvals widget on the home screen. 

Avatar

Korrekte Antwort von
Community Advisor

You can learn more about these types of filters by running a search in the community on "ARVSTS". There are only 5 results, so I absolutely recommend just tucking in and digesting it all. 

https://experienceleaguecommunities.adobe.com/t5/custom/page/page-id/GlobalSearch#q=ARVSTS&sort=rele...]

 

Copilot did a reasonably decent job of coming up with this code (I only had to fix one typo but the concept itself was pretty solid), as well as explaining it, so I recommend having a chat with it as well.

 

EXISTS:A:$$OBJCODE=ARVSTS
EXISTS:A:opTaskID=FIELD:ID
EXISTS:A:stepApprover:teamID=$$USER.teamIDs
EXISTS:A:status=AA

Avatar

Community Advisor

mind blown. 

that works as advertised. 

learned something new, thanks @skyehansen 

Avatar

Level 3

Thank you! This worked beautifully!