Posts

Showing posts from April, 2026

Granting User Access to Fusion via Admin Console

Introduction This article explains how to give users access to a Fusion instance using the Admin Console. Steps 1. Add User in Admin Console Log in to the Admin Console: https://adminconsole.adobe.com/ Go to Users and search using the user’s email Click on the user Go to Products Click the three dots (•••) → Edit Products Click + and add the required Fusion instance 2. Set Up User in Fusion Log in to Fusion Go to Organization Overview → Users Find the user (they will not have a team yet) Go to Team Overview and select a team Assign the user to the team Set access level to Team Member

Creating Template Tasks with Duration and Planned Hours Using Workfront Fusion

Image
Introduction Creating template tasks with duration and planned hours in Workfront can be a bit tricky. This article will walk you through the necessary steps to configure and successfully create template tasks with a duration of 1 day and planned hours of 2 hours. Steps 1.        Drop a “Create Record” module in the scenario editor. 2.        Choose the correct Workfront connection and select the Record Type as Template Task. 3.        Under the fields to map check the check boxes: ·        Duration Type ·        Duration Unit ·        Duration Locked ·        Work Locked ·        Name ·        Parent ID ·        Role ID ·        Te...

Calling A Workfront API Using Postman

Image
Introduction This article shows how to call a Workfront API using Postman. Postman lets you quickly test the API without building a Fusion scenario, so you can check the response and data easily. If another application needs data from Workfront, it’s a good idea to test the API in Postman first before sharing the URL and credentials. Steps 1.        Create an API key in Workfront: ·        Login to Workfront and navigate to Setup à Customer Info ·        “ After creation, API keys expire in ” can be set to “ None ” ·        Click on “ Generate API key ” to create a new key. ·        Save the key securely. It will be required for configuration in Postman 2.         Constructing the API URL : ·        We can get the Base URL using the scenario debugger, which we...

Approving a Request Using Workfront Fusion

Image
  To approve a request in Adobe Workfront using Workfront Fusion, you can use the Miscellaneous module available within Fusion. Note: The Fusion connection user must be added as an approver for the approval to work. Configuration Steps: Record Type: Issue Action: approveApproval ID: ID of the request(you can get it from the request URL) This setup allows you to programmatically approve requests as part of your automated workflows.