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

darin_patterson
darin_patterson
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
10

Likes Received

Likes Received
18

Posts

Posts
56

Discussions

Discussions
1

Questions

Questions
55

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by darin_patterson
Customize the badges you want to showcase on your profile
Re: When I use the HTTP OAuth2.0 connector and I try to set up authentication, I use the redirect URI in the Fusion 2.0 documentation but when it redirects it says page not found. Do I have the wrong redirect? - Workfront Fusion 2.0 16-04-2021
that's great to hear. Thanks Greg. I'll take the action item to make this more explicit in our documentation. But there are two ways that an oAuth flow might support client authentication according to oauth2 standard. One is to send the client ID and client password through the body (which the http oauth 2 connector does automatically). and the other is to transform the clientID and clientSecret to base64 and include in the header of the Token call as an "authorization parameter" (which the http...

Views

26

Likes

0

Replies

0
Re: When I use the HTTP OAuth2.0 connector and I try to set up authentication, I use the redirect URI in the Fusion 2.0 documentation but when it redirects it says page not found. Do I have the wrong redirect? - Workfront Fusion 2.0 16-04-2021
Hi Greg, thank so much for pointing that incorrect documentation out. I've connected with our documentation team to make sure that we update that article as well. My apologies for any confusion. The typical "oAuth 2.0" connector documentation is here. As for "GoToWeinbar", I've never personally established this connection but I suspect I have a clue. Without going into all of the "why", can you try this out: When creating your connection, go to advanced settings and add a "Custom header". The ke...

Views

26

Likes

0

Replies

2
Re: Is there a way to calculate business days/hours between 2 dates with Fusion 2.0? - Workfront Fusion 2.0 16-04-2021
Hi Krissy, Great question. Jonathan, thanks for thoughtful approaches. I don't know if it is "incredibly" complicated, but I suppose you wouldn't want to tackle this on your first day of Fusion. I'll admit in in my approach, I've taken a very basic understanding of what a "business day" is (as just a weekday). If you need to take into account holidays or other types of things that would not qualify as a "business day"...then, yes -- it will certainly get more complicated. I've attached a scenari...

Views

17

Likes

0

Replies

0
Re: In/Not In Operator - Workfront Fusion 2.0 14-04-2021
Hi Jonathan , That is strange -- my testing does not show that and I can't fully see your testing because I can't see what values actually existed for "status". For testing purposes only -- I would create a simple scenario with two nonsense modules, then experiment with the filter between them. In this case, you'd use directly written values rather than mapping them to a previous module's values. When I do that, I can see the "contains" array approach work. But the "or" approach only "deceptivel...

Views

32

Likes

0

Replies

0
Re: In/Not In Operator - Workfront Fusion 2.0 14-04-2021
Hi Jonathan, The same general principle can be applied here with an array of items to compare to. In some unfortunate labeling / terminlogy though...you flip the concept. Rather than saying something "IN" some array. You would say some array "contains" some value. Here's the example: Here you can see the array is formed similarly to the WF Search card: {{add(emptyarray; "categoryID1"; "categoryID2"; "categoryID3")}} and then the comparison is a "contains" comparison (the array comparisons are ac...

Views

32

Likes

0

Replies

0
Re: In/Not In Operator - Workfront Fusion 2.0 05-04-2021
Hi everyone, This is a great question and you are so close to the right answer. When you use the "in" operator in the Workfront Search module, Fusion is expecting to compare the field to an array of possible values. In other words, to find a list of projects with the status of "AWA" or "PLN" you wold compare Status with "IN" and then use the following formula: {{add(emptyarray; "AWA"; "PLN")}} (you can, of course, include additional values in the array as necessary as well). I've included a scre...

Views

32

Likes

3

Replies

10
Re: Anyone else experiencing problems with document upload in Fusion 2.0? - Workfront Fusion 2.0 17-03-2021
Hi Barry, that is pretty strange. I just mimicked exactly what you have without any problem. I'd be interested to confirm if you can upload file directly in the Workfront interface. If so, (and maybe if not), I think you'll want to submit a support ticket so that they can take a closer look. I even tried to think of all the different error conditions to see if I could reproduce the same error (using an invalid project ID or uploading to a project that is closed both produce different "rational" ...

Views

9

Likes

0

Replies

3
Re: Is it possible to do a bulk insert from the Workfront API into SQL Server using fusion? - Workfront Fusion 2.0 22-02-2021
Hi Ryanna, Unfortunately, Workfront Fusion isn't designed really to support "reporting use cases" (e.g. I want to report on all of the data in Workfront in some other tool). Workfront Fusion is designed to support transactional integrations (e.g. synchronizing a subset of data in two different systems like Workfront and Salesforce) or automating Workfront processes based upon simple or complex criteria.

Views

25

Like

1

Replies

0
Re: Who has created a document approval (or 2) on document upload? - Workfront Fusion 2.0 08-02-2021
Hi Rick, Thanks for posting the question. I'm kinda surprised that I have never encountered this use case before, but I put together a quick scenario blueprint that does the job. In this attached blueprint, I am watching for new issues (requests) and I could add additional criteria to the first module to only look for ones that meet some specific filter. In the next module, I am grabbing associated documents and, for each document, creating multiple "Document Approvals". You were right, it is a ...

Views

8

Likes

0

Replies

0
Re: Formatting Text in Fusion 2.0 Notify field - Workfront Fusion 2.0 05-02-2021
Ciaran is super close in his response and, in fact, his gut feeling that you may need the Custom API module is spot on. So, this is definitely something we'll be evaluating to add to our standard "Create Record - Update" module in the near future. In the mean time, you'll (unfortunately) need to rely upon a "Custom API Call" module to format the note. It's slightly more advanced but not too challenging. I've attached an example blueprint here that may be useful. Essentially, you'll do a POST to ...

Views

11

Like

1

Replies

1
Likes from