Fields:Radio Type = A, B, C, DCalculated field = IF({DE:Radio Type}="A","1",IF({DE:Radio Type}="B","2",IF({DE:Radio Type}="C","3",IF({DE:Radio Type}="D","4"))))
Hello @AlyssaTrainor the simplest way to tag objects in Workfront is to use a custom field on a form. You can name the field the tag "Tag | ABC Projects" the only choice being a "☑". Place this custom form on all objects in question and mark "☑" is project meets criteria. This will allow for you to ...
Thanks Kurt, I was hoping there was another field hidden somewhere Proof creation date would handle most cases. This won’t account for adding/changing approvers after the proof has been created.
Side question: Have you found a field that pulls in when an approver was assigned to approve a proof? I have not been able to track anything down I assume it is something that is not exposed/captured. The date when operate similar to when a user is assigned a task or issue and that is track in updat...
First setup a search Workfront Module to look for advance license users that have logged in less than 3 months from {now}.The output should include ID,emailAddr,firstName,lastLoginDate,lastName,licenseType,name at a minimum. You can output other fields and custom fields if you desire. Second module ...
Heather this code will help in pulling task information into a project report. It includes a specific task from a template and the person assigned. You can insert this code as a column in a project report. displayname=Task Assignmentlistdelimiter=listmethod=nested(tasks).liststextmode=truetype=itera...