In an Adobe Workfront Fusion scenario, you can automate workflows that use Microsoft Dynamics 365, as well as connect it to multiple third-party applications and services.
The Microsoft Dynamics 365 connector does not support Dynamics Finance and Operations.
If you need instructions on creating a scenario, see Create a scenario in Adobe Workfront Fusion.
For information about modules, see Modules in Adobe Workfront Fusion.
You must have the following access to use the functionality in this article:
Adobe Workfront plan* | Pro or higher |
Adobe Workfront license* | Plan, Work |
Adobe Workfront Fusion license** | Workfront Fusion for Work Automation and Integration |
Product | Your organization must purchase Adobe Workfront Fusion as well as Adobe Workfront to use functionality described in this article. |
To find out what plan, license type, or access you have, contact your Workfront administrator.
For information on Adobe Workfront Fusion licenses, see Adobe Workfront Fusion licenses.
To use Microsoft Dynamics 365, you must have a Microsoft Dynamics 365 account.
You can create a connection to your Microsoft Dynamics 365 account directly from inside an Microsoft Dynamics 365 module.
https://
.When registering Workfront Fusion in your Microsoft Azure portal, use the following redirect URI:
https://app.workfrontfusion.com/oauth/cb/workfront-microsoft-dynamics2
When you configure Microsoft Dynamics 365 modules, Workfront Fusion displays the fields listed below. Along with these, additional Microsoft Dynamics 365 fields might display, depending on factors such as your access level in the app or service. A bolded title in a module indicates a required field.
If you see the map button above a field or function, you can use it to set variables and functions for that field. For more information, see Map information from one module to another in Adobe Workfront Fusion.
This scheduled trigger module executes a scenario when a record in the object you specify is created or updated after the last scheduled run in Dynamics 365.
The module’s output indicates whether the record that it found is new or updated (if it was both added and updated in the time period, it’s marked as new). You can map this information in subsequent modules in the scenario.
This happens on a regularly scheduled interval that you specify.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
Include | Select whether you want the module to watch Only new records, Updated records only, or New records and all changes. |
Entity Type | Choose the Microsoft Dynamics 365 record type that you want the scenario to watch. |
Outputs | Select the information you want included in the output bundle for this module. |
Max Records | Enter or map the maximum number of records you want the module to return during each scenario execution cycle. |
This instant trigger module executes a scenario when a record (object) you specify is created or updated in Dynamics 365.
A webhook is required in this module.
Webhook | Select the webhook that you want to use for this module. To add a new webhook:
|
This action module creates an entity, such as an appointment or task,.
You specify information about the entity that you want to create.
The module returns the ID of the new entity and any associated fields, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
Entity Type | Select the type of entity that you want the module to create. |
Property fields | In these fields, enter the value that you want the work item to have for a given property. Available fields depend on the entity type. |
This action module lets you make a custom authenticated call to the Microsoft Dynamics 365 API. This way, you can create a data flow automation that can’t be accomplished by the other Microsoft Dynamics 365 modules.
The module returns information about the status code, headers, and body. You can map this information in subsequent modules in the scenario.
To learn more, see the Microsoft documentation about using the Dynamics 365 Customer Engagement Web API.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
URL | Enter a path relative to |
Method | Select the HTTP request method you need to configure the API call. For more information, see HTTP request methods in Adobe Workfront Fusion. For more in |
Headers | Add the headers of the request in the form of a standard JSON object. For example, Workfront Fusion adds the authorization headers for you. |
Query String | Add the query for the API call in the form of a standard JSON object. For example: |
Body | Add the body content for the API call in the form of a standard JSON object. Note: When using conditional statements such as |
This action module deletes an entity.
You specify the ID of the entity.
The module returns the ID of the entity and any associated fields, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
Entity Type | Select the type of entity that you want the module to delete. |
ID | Enter or map the unique Microsoft Dynamics 365 ID of the record that you want the module to delete. |
This action module reads data from a single entity in Microsoft Dynamics 365.
You specify the ID of the entity.
The module returns the ID of the entity and any associated fields, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
Entity Type | Select the type of entity that you want the module to read. |
Outputs | Select the information you want included in the output bundle for this module. |
ID | Enter or map the unique Microsoft Dynamics 365 ID of the record that you want the module to read. |
This action module updates an entity.
You specify the ID of the entity.
The module returns the ID of the updated record and any associated fields, along with any custom fields and values that the connection accesses. You can map this information in subsequent modules in the scenario.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
Entity Type | Select the type of entity that you want the module to update. |
Property fields | In these fields, enter the value that you want the work item to have for a given property. Available fields depend on the entity type. |
ID | Enter or map the unique Microsoft Dynamics 365 ID of the record that you want the module to update. |
This search module looks for records in an object in Microsoft Dynamics 365 that match the search query you specify. You can map this information in subsequent modules in the scenario.
When you are configuring this module, the following fields display.
Connection | For instructions about connecting your Microsoft Dynamics 365 account to Workfront Fusion, see Connect Microsoft Dynamics 365 to Workfront Fusion in this article. |
Entity Type | Select the type of entity that you want the module to update. |
Filters | Select the filter that you want to use for this search.
|
Sort | Specify the order in which items are returned. You can add multiple sorts.
|
Max Records | Enter or map the maximum number of records you want the module to return during each scenario execution cycle. |
Outputs | Select the information you want included in the output bundle for this module. |