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

JustinRe
JustinRe
Offline

Badges

Badges
22

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
99

Posts

Posts
78

Discussions

Discussions
36

Questions

Questions
42

Ideas

Ideas
36

Blog Posts

Blog Posts
0
Top badges earned by JustinRe
Customize the badges you want to showcase on your profile
Re: I want to export Calendars to PDF - Workfront 21-06-2019
Hello, it's been more than a year since the update above. Can we have an update? thanks!

Views

17

Likes

0

Replies

0
Re: Need some help with a custom field report. - Workfront 14-06-2019
Hi Patrick, Quick question, is there a particular reason why you're using 4 seperate fields as opposed to one Multi Select Drop Down field that could be titled "Please Indicate which Corporate initiatives your..........." and have the 4 options as values a user could select from? If there is no special reason I recommend going that route instead, then use the "Charting by Multi-select Custom Fields" section in the following article to create a calculated field referencing your multi select field...

Views

21

Likes

0

Replies

0
Task Undo/Redo Functionality - Introduce TRUE Field by Field Undo/Redo - Workfront 10-06-2019
The new Undo/Redo functionality that was introduced as part of the auto save feature is not robust enough. The tool needs a true field by field undo/redo. Currently, if you want to undo field changes one field at a time, you have to highlight the task, update the field, "step off" of the task, highlight the task again, then update another field. Only then will the Undo button result in a field by field undo. If you don't "step off" of a task when making multiple field updates to it, then using "...

Views

3

Likes

7

Replies

0
Re: IF Calculation on Column - Workfront 03-06-2019
Hi Nadia, The only thing missing are brackets around your fields. displayname=Age Since Entry Date textmode=true valueexpression=IF({status}="CPL", WEEKDAYDIFF({actualStartDate}, {actualCompletionDate}), WEEKDAYDIFF({actualStartDate}, $$NOW)) valueformat=HTML Justin Renteria SSFCU

Views

17

Likes

0

Replies

0
Reporting on Projects w/ Default Custom Forms - Workfront 29-05-2019
Hello, Does anyone have any ideas on how to create a report filter which would display all projects with have a default form set? Additionally, I would want to narrow the criteria to only include projects which have a particular form set as the default form. I found a reference object for the Project object on the API explorer called "TaskDef" and was able to use this to create a column that displays all default custom forms on a project(the code is below). Unfortunately, due to the number of ob...

Views

10

Likes

0

Replies

2
Re: Embedding Format into a Value Expression - Workfront 24-05-2019
To my knowledge you cannot insert a different type of valueformatting into the calculation but one thing you can try is: valueexpression=IF(ISBLANK({DE:2018 Proposed Tax}),"N/A",CONCAT("$",{DE:2018 Proposed Tax})) Granted this method will be missing any commas in the currency. Justin Renteria SSFCU

Views

21

Likes

0

Replies

0
Re: Team Management in Access Level - Workfront 23-05-2019
This is desperately needed!

Views

29

Likes

0

Replies

0
Re: Calculated Expression in View - Workfront 22-05-2019
Hi Chandra, A few things that standout: When wanting to use an expression you should be using valueexpression instead of valuefield The custom fields fields in the expression should be enclosed in brackets and have DE: added. (please note: the "DE:" portion is only necessary for custom fields) I'd probably also change the valueformat So it should look like this: displayname=Date Due namekey=Date Due querysort=DE:Date Due textmode=true valueexpression=IF(ISBLANK({DE:Date Due to Vendor or Outlet})...

Views

16

Likes

0

Replies

0
Re: Updates on an Issue - Workfront 15-05-2019
I see your pain point. I believe Work Item may refer to the same set of objects that populate a Work Item report. Issues and tasks are included in this type of report. So if a requester made a comment on the issue then the assigned user should get an email. I tested this in my preview environment and I got an email. For clarity, I logged in as a user and submitted a request. I logged out as the user and assigned myself to the request that was submitted. I logged back in as the requester and left...

Views

27

Likes

0

Replies

0
Re: IF Statement Issue with Custom Fields - Workfront 15-05-2019
It looks like you may simply be missing quotes around the One Day value. Justin Renteria SSFCU

Views

23

Likes

0

Replies

0