How to build a calculated field on a custom form to pull in the year + Workfront project ID + queue topic
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 assign a 2 or 3-digit code to each rather than show the whole name.
Final project code would be, for example, where CC stands for Custom Core
21-123456-CC
Any guidance would be appreciated.
Thanks,
Michelle