Exact Online Create

Overview

The Exact Online Create Snap creates data objects in the Exact Online instance.



Supported Accounts

Prerequisites

Snap views

Type Description Examples of upstream and downstream Snaps
Input

This Snap has exactly one document input view.

Expected input: A document containing data that must be created and written into the Exact Online instance.

Output

This Snap has at most one document output view.

Expected output: A document containing the response to the creation of new records in the Exact Online instance.

Learn more about Error handling.

Examples

  1. Creating new Accounts in Exact Online instance CRM Service.
  2. Deleting an account from the Exact Online instance CRM service.

Snap settings

Note: Learn about the common controls in the Snap settings dialog.
Field/Field set Description

Label

String

Required. Specify a unique name for the Snap. Modify this to be more appropriate, especially if more than one of the same Snaps is in the pipeline.

Default value: N/A

Example: Create_Demo

Version

Dropdown list

Required. Choose or specify the version of the Exact Online API.

Default value: v1

Example: v1

Division

String/Expression/ Suggestion

Required. Specify the unique ID of the Exact Online Division. You can retrieve this ID using a REST call to https://start.exactonline.nl/api/v1/current/Me. Alternatively, click the Suggestion icon to fetch the list of supported divisions and select a division.

Default value: N/A

Example: 1234567

API object

String/Expression/ Suggestion

Required. Specify the API that you want to access in the Exact Online instance. This dropdown list contains supported services available for the Exact Online instance. Alternatively, click the Suggestion icon to fetch the list of API objects and select an object.

Default value: N/A

Example: CRM

Endpoint

String/Expression/ Suggestion

Required. Specify an Exact Online Endpoint to be connected for each of the API objects. Alternatively, click the Suggestion icon to fetch the list of endpoints and select one.

Default value: N/A

Example: Accounts

Connection details

Use this field set to specify the connectivity parameters: timeout, retry count, and retry interval.
Connection timeout

Integer

Required. Enter, in seconds, the duration for which the Snap must try to establish a connection with the Exact Online instance. If the connection cannot be established within this duration, the Snap times out, writes the event to the log, and waits until the specified Retry Interval before attempting to reconnect.

Default value: 300

Example: 120

Maximum request attempts

Integer

Required. Specify an integer value to set the maximum number of reconnection attempts that the Snap must perform in case of connection failure or timeout.

Default value: 3

Example: 5

Retry Interval

Integer

Required. Enter, in seconds, the duration for which the Snap must wait between two reconnection attempts until the number of retries is reached.

Default value: 1

Example: 10

Snap execution

Dropdown list
Choose one of the three modes in which the Snap executes. Available options are:
  • Validate & Execute: Performs limited execution of the Snap and generates a data preview during pipeline validation. Subsequently, performs full execution of the Snap (unlimited records) during pipeline runtime.
  • Execute only: Performs full execution of the Snap during pipeline execution without generating preview data.
  • Disabled: Disables the Snap and all Snaps that are downstream from it.

Default value: Validate & Execute

Example: Execute

Troubleshooting

Error Reason Resolution
API object does not exist.

The specified API object is not found for the Exact Online API.

Search and select an API object from the dropdown list.

The endpoint does not exist.

The specified Endpoint is not found for the selected API object in the server.

Search and select the Endpoint from the dropdown list.

Additional information

Snap General Behavior

The Exact Online Create Snap supports the following:

  • POST operation to create new data in the Exact Online instance.
  • Display of only the create-compatible input parameter set from the upstream input Snap.
  • Dynamic loading of API metadata with a parent-child dependency structure. This means that you can:
    • Select an API object from the API Object field to view only entities that are related to the API object and support POST queries (create operations).
    • Then, select an entity to view and specify values for only create-compatible parameters related to this entity in the input schema.

Input schema

The input schema for the Exact Online Create Snap:

  • Use the Payload schema for the Exact Online Create Snap to define the input payload for an API call. This dynamically loads and represents all the parameters that you need for creating the data object (payload).
    • If the upstream Snap can display the entire input schema like Mapper Snap, always select the Payload object in the schema to define your input payload in that Snap.
    • If your input payload is a JSON object, ensure that the text Payload is included as the key in the parent of your input.

Schema settings

Parameter Name Data Type Description Default Value Example
Payload Object Specify the input data parameters for the selected entities. N/A N/A