I'm creating timeline views in Workfront planning and realized there is no option to show events based on singular dates. It always asks for a start and end date. I want to show events based on one date and create a deployment timeline. Does anyone have any suggestions on how we can get around this ...
@SuryaLakhani If you are fine with creating calculated fields on all tasks then the below might work.Add 2 calculated fields on a custom form and add that custom form to all the tasks. You can keep it Admin only so that no one else is able to see it. 1. Create a custom calculated field like 'Day' wi...
@ChristinRapp22 Do you mean you want to be able to assign tasks to a team comprised of multiple teams? If yes, then you can either create a big team that consists of all those sub team members and assign your tasks to the Big team you created OR assign multiple teams to your task.
@ShannaBo Yes. When you create a calendar in Workfront, click on "Add advanced items" and then choose projects. Then add Program ID as a filter and create one selection for each Program in your instance. That's probably the best way if you have a limited number of programs.
Oh ok. Can you share what's the issue you're facing with the Fusion scenario? or are you looking for suggestions on how to create this type of scenario?
Most likely the reports will stop delivering as they are delivered using your access rights. Best way is to ask your successor to copy all the reports and schedule repeating deliveries using their credentials.Or you could simply change the credentials in repeating deliveries from yours to the other ...
I see. You could probably adjust this formula to take completed tasks instead of incomplete ones - In the code change this {status}!="CPL" to this {status}="CPL". However, this will show all the milestones completed till now. Will that work out for you?Apart than that I can only think of a Fusion au...
@Laramie_Newborn If your tasks have predecessors as rightly mentioned by @skyehansen it will make your job a lot easier. Because Workfront will know what tasks can get started and what tasks cannot. It stores this value in a field named 'Can Start'. Once you have your predecessors in place you can c...