Hi, You do not need to setup the redirect URL in Workfront, but within your application, which should get access to Workfront via OAuth. So, the question is, what you want to achieve and on which basis your application is working. RegardsLars
Hello Donna, without having the possibility to try it in detail, I think using your last formula as a kind of wrapper around your current calculation could be the solution: As the IF formula works like this:IF(condition, trueExpression, falseExpression) You could replace condition by the check for t...
Hi, Under Setup -> Statuses -> Requests you can see all statuses and their settings. After adding another status, which equates with New, using the button Set Default Statuses you can define the new status as initial. You are also able to define new status and the defaults on group level under Group...
Hello Nick, I hope I did not get you wrong, but to get a list of assignments to template tasks, you can use the Search module on the endpoint TTSK and add assignments:* to the fields. You can also go the other way round and talk to the endpoint TASSGN to get all assignments to template tasks. To cr...
Hi, use the Misc action module with Document as Record Type and createProof as action. For the advancedProofingOptions you can use this as orientation:{
"stages": [
{
"name": "TestStage1",
"lockOn": 1,
"position": 1,
"isPrivate": false,
...
Hi, as Fusion does not have a constant file storage, you need to choose a module, which is capable of uploading a file anywhere. You could also use the Upload document module for Workfront, which could create a text file. Before that you need to aggregate the needed values from your bundles. The cor...
Hello, I recently opened a ticket for this, as the problem is, that the API always uses the API user for fields like created by. This API user is the account you are using for the connection between Fusion and Workfront.From a technical and auditing perspective this makes sense to me, but as Fusion ...