You could try experimenting with the following sample code -- you would have to test it thoroughly. I think it would work as long as that custom form on the first project is at the top of the list (the category ID for that project). I don't have a lot of examples in my instance that I can test it ag...
I really don't know if that's possible (or perhaps I should say satisfactory).
I do see that there's functionality in Proof to allow for this, and I'm including a link to a few older questions referring to this functionality.
https://experienceleaguecommunities.adobe.com/t5/workfront-questions/pro...
we typically recommend routing away from the request queue for this reason. If the request queue project stays empty, anyone can view it. Requests are routed to projects that are controlled by specific working teams based on their needs. Additionally this tactic is more sustainable and insures that ...
Note for newbies to Fusion: it can be pretty frustrating figuring out which one is which in Fusion (both are called the same thing, I usually pull in both).
Just like Planned Hours has a work and workRequired option, it looks like Actual Hours similarly have an actualWork and actualWorkRequired options.
When I send an API call looking for work and workRequired, what I get back is in hours and minutes based on the option. Likely the same thing goes for...
everyone is giving you great advice and I won't add to it, but I just want to add that looking at your statements above and Sven's below, I noticed that a few of your quote marks are formatted (or what we call "curly quotes" rather than "straight quotes"). You should know that even this can sometime...
You could try this one -- you would have to test the results thoroughly.
EXISTS:a:$$OBJCODE=DOCU
EXISTS:a:currentVersionID=FIELD:documentVersionID
EXISTS:a:project:portfolioID=XYZ ABC
approvalDate_Mod=gte
approvalDate=$$TODAY-5
(XYZ and ABC are separated by a tab space above)
likely too many hops. You can't go from proof approval to document -- the path would be proof approval, document version, document, project, portfolio. I would probably recommend an exists filter at this point.
haha I'm new to Boards too. But if I understand your ask correctly, below I've suggested a potential path to a solution. It'll take some configuring.
1) Those converted requests are going to need to come off. Normally I would suggest a filter, that filters them out in some way. Maybe along the lin...
everything between “valueexpression” and “valueformat” should be one long line. Instead, it looks as though you have somehow introduced several linebreaks into your code—probably as part of the copy/paste process.