Expand my Community achievements bar.

Interested in getting an Adobe Workfront certification? Don't miss our AMA on June 10th, where our experts will be available to answer any questions you may have about getting certified!
SOLVED

Issue Report showing approvals assigned to my team

Avatar

Level 2

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!

Topics

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

1 Accepted Solution

Avatar

Correct answer by
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

View solution in original post

4 Replies

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

Correct answer by
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 2

Thank you! This worked beautifully!