Hello, I'm trying to create a custom project code that includes the year
+ Workfront project ID + queue topic from the request queue the original
request came from. So, right now I have CONCAT(RIGHT(YEAR(Entry
Date),2),"-",Reference Number) in a calculated field on a project report
to pull in the first two components. How do I get the queue topic from
the originating request queue to append to the end of that? So, we'd
have 21-123456-queue topic And, then once the queue topic is identified
assig...