Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

DaleWh1
DaleWh1
Offline

Badges

Badges
0

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
4

Posts

Posts
43

Discussions

Discussions
2

Questions

Questions
41

Ideas

Ideas
2

Blog Posts

Blog Posts
0
Top badges earned by DaleWh1
Customize the badges you want to showcase on your profile
Re: Parsing the "month" value from a date to display on a report - Workfront 11-01-2019
Yes. My lazy coding way would be to add planned completion date as a column. Then switch to text mode. Find the line that is valuefield=plannedCompletionDate and change it to valueexpression= CASE(Month({plannedCompletionDate}),"January","February","March","April","May","June","July","August","September","October","November","December") Assuming that your field is within that item type on the report, that should be all you need. Dale Whitchurch Arthrex Inc

Views

23

Likes

0

Replies

0
Re: Parsing the "month" value from a date to display on a report - Workfront 11-01-2019
There is a calculated expression MONTH(date) that will allow you to parse out the month as a number. To add the words, you would need to wrap that in a case statement: CASE(Month({date}),"January","February","March","April","May","June","July","August","September","October","November","December") Dale Whitchurch Arthrex Inc

Views

23

Likes

0

Replies

0
Re: Negative Slack with SF dependancy - Workfront 19-11-2018
SF is always a rare and exciting predecessor type to use in a project. For the original topic in the list, the task cannot finish until the predecessor starts. Therefore, Lag is considered overlap going forward and not backward (since you are backward passing the logic). If the "preparation work" is required prior to go-live, then no lag with whatever duration the work requires will provide the correct behavior (as you stated your desires). Negative lag goes against the "task cannot finish" logi...

Views

21

Likes

0

Replies

0
Re: Tasks and Issues on One Report - Workfront 02-11-2018
I was just about to throw in what Jaclyn posted. The one caveat, and it is also on the website she mentioned, is that the user has to bring the item into their "Working On". I guess this really boils down to what do you want the user's work process to be. What I ask people to do in our instance is to identify those big goals they need to accomplish this week and click "Work on it" for those items. This can include stretch goals. Then, they can use our reports dashboard, that includes a report li...

Views

34

Likes

0

Replies

0
Re: DOMO - Workfront 30-10-2018
Candice, DOMO already has a connector to Workfront. What would you want Fusion to do?

Views

8

Likes

0

Replies

0
Re: Help with a workflow - Workfront 30-07-2018
Since you have an approval workflow, why not create a new status, "Pending Comments", equated with "New". In your approval workflow, upon rejection, have it set to the "Pending Comments" status. Then, if the board has comments, they can reject the task, which will send it back and reset the assignment records so they will get notified. Dale Whitchurch Arthrex Inc

Views

9

Likes

0

Replies

0
Re: Multiple Roles - Workfront 01-06-2018
I think I understand what you are asking here, but let me say it a different way to see if I have it right. You are looking to have people available to work as two different types of roles during different points of time in a project. And, you are not performing capacity planning by role, but by person. So, if that is the case, the percentages you are assigning to a user do not really apply as you will not look at the resource planning tools by role. Therefore, a best guess percentage will work,...

Views

10

Likes

0

Replies

0
Re: SSO Auto-Provision - Workfront 30-05-2018
We turned on Auto Provisioning about 6 months ago. We currently map First and Last Name, Email, Company, Title, and phone extension. We tried Supervisor, Access Level, and Groups, but the work to modify the AD and Ping challenged the IT organization and we are currently regrouping on that. Keep in mind that some of these fields (phone extension for instance) have limits on size, so if you map a field that is too big, it will break. The key for success is three-fold: Setup a request queue for you...

Views

43

Likes

0

Replies

0
Re: Power tip - creating predecessor links via the API - Workfront 22-05-2018
Hi David, I know you are also using azuqua. Did you use an HTTP get card or use the search records to pull the predecessor list? I am having trouble pulling any of the properties underneath the PRED object list. Any direction you can provide is appreciated. Thanks Dale Whitchurch Arthrex Inc

Views

9

Likes

0

Replies

0
Re: Scheduling Module - Workfront 09-03-2018
Yes, there is a new "feature" that is most likely causing you grief. On the staffing tab for a project (or through people, staffing), on the right hand side with the gear, uncheck Limit assignments to the group associated with the project: Should remedy your situation. Dale Whitchurch Arthrex Inc

Views

14

Likes

0

Replies

0
Likes given to