We have a team member that has to reset her password every-time she signs in. She uses the same password every-time she resets her password and that allows her to enter her Workfront account. First, would it make a difference if she uses the same password when she resets? She only signs in once a mo...
We currently accept project requests through our Request Queue. They come in as Issues, which we then convert to Projects. The data from the Issue custom form carries over into the Project custom form. However, when we want to create an issue associated with a project, the common form field data doe...
For billing purposes I need to know how many languages are selected in a field called languages. So if English, French, Spanish is selected in my checkbox I need to know that there are 3 languages. I couldn't figure out a direct way to do this and think I remember a previous conversation about this....
Hi, Is it possible to group or add a field on a documents report showing the folder each document is located in on a project? Thanks, Katy Katy Reid Menzies Distribution Ltd
I have a custom date field and only want to show the Month and Year on the report --- I used the following valueformat=customDateAsMonthString but does not work. Is this possible? Thanks! Julie Vargo The Ohio State University
Hello- I am trying to calculate a expected percentage complete for each task biased solely on current date and duration of the task. I got this single IF statement to work: CONCAT(IF(($$NOW>Planned Start Date),((PROD(DIV((ABS(WEEKDAYDIFF($$NOW,Planned Start Date))),(DIV(Duration,480))),100))),0),"%"...
Hello. Anyone here know how to set task approvals for a project? Basically, all tasks that are created in this project need approval. User will enter task and will set task status to 'in-progress' which will trigger approval process. At this time, it's a manual 'add approval process' each time a tas...
I'm testing auto-provisioning of users, but have ran into a bit of a problem. The default home group of the user can't be controlled as far as I can tell. It's picking the same group each time, but for no obvious reason. The group being assigned is not the first in any sort order by name or ID. Does...
We have approx 700 users and an org structure that is 6 levels deep at its max - I was expecting that I could i could create a 'Reports to Me" filter that would give me everything (say all Priority 1 Risks) that are assigned to anyone in my org tree - so if I'm a VP, I get my P1 risks plus P1 risks ...
Hi All, I am hoping someone can help me. I want to use the status timestamp to show when a project changes into Complete. I found this in the help section but I'm unsure where to put it to make it work: 1. Status Timestamp IF(Status='INP',IF(ISBLANK({DE:Custom Field}),$$NOW,{DE:Custom Field}),{DE:...