In this article
Overview
You can use this Snap to export the data associated with a selected entity (in bulk) from the Microsoft Dynamics 365 Finance and SCM application.
Snap Type
The Dynamics 365 Finance and SCM Bulk Export Snap is a Read-type Snap.
Prerequisites
A valid account with the required permissions.
You should create an export project in the Finance and Operations application prior to calling the APIs.
Support for Ultra Pipelines
Works in Ultra Pipelines.
Known Issues
None.
Snap Views
Type | Format | Number of Views | Examples of Upstream and Downstream Snaps | Description |
---|---|---|---|---|
Input | Document |
|
| Requires user data as a JSON document |
Output | Document Binary |
|
| Sends the new user information in bulk for an entity. |
Error | Error handling is a generic way to handle errors without losing data or failing the Snap execution. You can handle the errors that the Snap might encounter when running the Pipeline by choosing one of the following options from the When errors occur list under the Views tab:
Learn more about Error handling in Pipelines. |
Snap Settings
Asterisk ( * ): Indicates a mandatory field.
Suggestion icon (
): Indicates a list that is dynamically populated based on the configuration.
Expression icon (
): Indicates the value is an expression (if enabled) or a static value (if disabled). Learn more about Using Expressions in SnapLogic.
Add icon (
): Indicates that you can add fields in the fieldset.
Remove icon (
): Indicates that you can remove fields from the fieldset.
Upload icon (
): Indicates that you can upload files.
Field Name | Field Type | Field Dependency | Description |
---|---|---|---|
Label* Default Value: Dynamics 365 Finance and SCM Bulk Export | String | N/A | Specify a unique name for the Snap. You can modify this to be more specific, especially if you have more than one of the same Snap in your Pipeline. |
Integration type
Default Value: DMF package API | Dropdown list | N/A | Specify the type of import API. The available options are:
|
Operation Default Value: Trigger Export | Dropdown list | Appears when the Integration type is - DMF package API. | Select one of the operations. The available options are:
|
Package name Default Value: N/A | String/Expression | Appears when the Operation is - Trigger Export or Trigger And Generate Export. | Specify the name of the exported data package. |
Definition group ID Default Value: N/A | String/Expression | Appears when Operation is - Trigger Export or Trigger And Generate Export. | Specify the name of the export data project. |
Execution ID Default Value: None | String/Expression | Appears when Operation is - Generate Export. | Specify the ID to use for the bulk export job.
|
Legal entity Default Value: N/A | String/Expression/Suggestion | Appears when Operation is -Trigger Export or Trigger And Generate Export. | Specify the legal entity for data export. |
Re-execute | Checkbox | Appears when the Operation is - Trigger Export or Trigger And Generate Export. | Select this checkbox to run the target step. |
Activity ID Default Value: N/A | String/Expression | Appears when Integration type is - Recurring integrations API. | Specify the activity ID. Learn more about how to obtain the activity ID: https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/recurring-integrations#manage-recurring-data-jobs |
Job status check interval (seconds) Default Value: 5 | Integer/Expression | Appears when Operation is - Generate Export or Trigger And Generate Export. | Specify the amount of time between job status check requests. |
Timeout (seconds) Default Value: 60 Example: 100 | Integer/Expression | N/A | Specify the connection and response timeout for the requests made to the server. |
Number of retries Default Value: 0 Example: 5 | Integer/Expression | N/A | Specify the maximum number of retry attempts between failures. If the value for this field is 0, retries are disabled. |
Retry interval (seconds) Default Value: 1 Example: 10 | Integer/Expression | N/A | Specify the amount of time between retry attempts. |
Snap Execution Default Value: Validate & Execute | Dropdown list | N/A | Select one of the following three modes in which the Snap executes:
|
Troubleshooting
Error | Reason | Resolution |
---|---|---|
| Ensure to enable the output view. | |
| Verify the URL and retry. | |
| ||
| ||
| 401: Unauthorized | Ensure specified account is valid and retry. |
Examples
Excluding Fields from the Input Data Stream
We can exclude the unrequired fields from the input data stream by omitting them in the Input schema fieldset. This example demonstrates how we can use the <Snap Name> to achieve this result:
<screenshot of Pipeline/Snap and description>
Download this Pipeline.
Downloads
Download and import the Pipeline into SnapLogic.
Configure Snap accounts, as applicable.
Provide Pipeline parameters, as applicable.
Snap Pack History
Related Content
Endpoint Doc Link 1
Endpoint Doc Link 2
Endpoint Doc Link 3