Thanks for the response, @skyehansen. How about attaching a task template to an existing project from a request submission?The reason behind this is the team is trained on submitting a request. Attaching a template would require a training session which includes finding the task template to attach, ...
Hi, when an user submits a request, as far as my understanding goes, Workfront can only create an issue or task from that request.Can Workfront accomplish the two below?Can WF create a Project from a Template from that request?Can WF attach a Task Template to an existing Project?
Thanks, @J_Mas. I will be creating a Template that the team will use for all future projects. Is there a project start date field that is used to calculate all the tasks start date?
My team is transitioning to use Gantt charts to visualize our project timelines. There are a few visualizations that we'd like but I'm unsure on which date field should I use to populate the Gantt chart.1. Launch date (a vertical line that goes straight down the calendar indicating when the project ...
Thanks for helping out, @AndyKent. I gave this a shot and it's giving me N/A. Here's the full formula:IF(LEN({NAME}) <10, "Over 10", "Less 10") FYI,LEN({NAME}) - This works
Hey @AndyKent, this is a good workaround. Is it possible to add an IF statement into the LEN function?For example, if LEN > 10, add text "Too long". If LEN < 4, add text "Too short".