Hi, Anthony I came across this post and I think it's getting me closer
to what I'm trying to do but still need help. 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 app...