Exact Online Read
Overview
The Exact Online Read Snap reads and retrieves data objects from the Exact Online instance.

- This is a Read-type Snap.
Works in Ultra Tasks
Supported Accounts
Prerequisites
- A valid OAuth 2.0 account that supports Exact Online instance, with the appropriate access permissions. See Exact Online OAuth 2.0 Account.
Snap views
| Type | Description | Examples of upstream and downstream Snaps |
|---|---|---|
| Input |
This Snap has at most one document input view. Expected input: A document with data that indicates the entities to be filtered and retrieved from an Exact Online instance. |
|
| Output |
This Snap has exactly one document output view. Expected output: A document containing the entity data retrieved from an Exact Online instance. |
|
| Learn more about Error handling. | ||
Examples
Snap settings
| 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:
|
Version
Dropdown list |
Required. Choose or specify the version of the Exact Online API. Default value:
Example:
|
Division
String/Expression/ Suggestion |
Required. Specify a unique ID of the Exact Online
Division. You can retrieve this ID using a REST call to
Default value: N/A Example:
|
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:
|
Endpoint
String/Expression/ Suggestion |
Required. Specify an Exact Online Endpoint to be connected for each of the API objects. Default value: N/A Example:
|
| Filter records
Use this field set to define the filter criteria for the response result based on the specified parameters. Click + to add a new row to define the filter criteria. You can enter only one filter criterion in each row.
Note: When you define multiple filters, the final output is generated based on the order that you have defined.
|
|
Field name
String |
Specify the system parameter ( |
Operation
String |
Choose the comparison operator for the |
Field value
String |
Specify the value with which the above |
Condition
String |
Choose a value from this drop-down list to set the correlation between this filter criterion (row) and the next one (row), if being defined at all, to apply the filters for generating the final output. Available options are:
|
| Output field selection
Use this field set to select the fields to include in the output. Click + to add a new row to define the output field.
Note: To return all available fields in the output, do not specify any output fields.
|
|
Field
String |
Specify the fields from the result dataset to be populated in the output. Default value: N/A Example:
|
| Order by Use this field set to define the sort order for the records in the output. Click + to define the sort order criteria. Multiple criteria are applied in the same sequence as they are defined. | |
Element
String |
Specify the field in the expected output by which the records in the output must be ordered. Default value: N/A Example:
|
Order by type
String |
Depending on the field selected above, define whether the rows must be sorted in the ascending order or descending order. Available options are:
Default value:
Example:
|
Function parameter
Fieldset |
This field set enables you to define additional function parameters for the records in the output. Only one parameter name can be specified in each row. Click + to add a new row and define the value accordingly. Multiple parameters are applied in the same sequence as they are defined. This field set comprises the following fields:
|
Field name
String |
Specify the name of functional properties. Default value: N/A Example:
|
Field value
String |
Specify the values of specified functional fields. Default value: N/A Example:
|
| Output fields advanced options Use this field set to customize the output set: the number of output entries and the index of the starting entry. | |
Output entry limit
Integer |
Specify the maximum number of entries that Exact Online on-premise instance must return in the output. Default value: N/A Example:
|
Output entry offset
Integer |
Specify the record index starting from which the Exact Online on-premise instance must return records in the output. Use this property along with the Output entry limit to retrieve a specific set of entries in the output. Default value: N/A Example:
|
Automatic pagination
Checkbox |
Select this checkbox to return the records of all the pages retrieved in the API response. By default, the Exact Online API returns a maximum of 60 records per page. But for the bulk endpoint, a maximum of 1000 records can be returned per page. If you select this checkbox, all matching records are automatically returned. Default value: Selected |
Inline count
Checkbox |
Select this checkbox to return the total number of records retrieved in the API response. The count number will be added to each document record with a property name of Default value: Deselected |
Allow empty result
Checkbox |
Select this checkbox to allow empty results on the output views. If you deselect this checkbox, an error is thrown when the output has no records. Default value: Selected |
Connection details
Fieldset |
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 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:
Example:
|
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:
Example:
|
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:
Example:
|
|
Snap execution Dropdown list
|
Choose one of the three modes in
which the Snap executes. Available options are:
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 Read Snap supports the following:
- GET operation to read data from the Exact Online server.
- OData querying operations:
$filter(Filter records),$select(Output field selection),$orderby(Order by),$inlinecount(Inline count),$top(Output entry limit), and$skip(Output entry offset). - Connection-failed-retry mechanism.
- Client-side pagination through
$top(Output entry limit) and$skip(Output entry offset) mechanisms. For more information, see Pagination below. - Server-side pagination for automatically getting all the response records if multiple pages returned.
- 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 endpoints that are related to the API object and support GET queries (read operations).
- And then, select an endpoint to view and specify values for only read-compatible parameters related to this entity in Filter records, Output field selection, Order by and Function parameter fields.
Pagination
Client-side pagination is supported through the use of the $top (Output entry limit), and $skip (Output entry offset) OData operations.
| Snap Output Setting | Pagination result |
|---|---|
| Output entry limit: 50 |
|
| Output entry offset: 50 |
|
| Output entry offset: 50, and Output entry limit: 50 |
|
Server-side pagination is applied to the Exact Online API. By default, the Exact Online API returns a maximum of 60 records per page. But for the bulk endpoint, a maximum of 1000 records can be returned per page. To get the total amount of response records after validating or executing, select Automatic pagination checkbox. For example, if you have 100 records of CRM/Accounts endpoint, and if you do not select Automatic pagination, only 60 documents are returned after validating or executing the Pipeline (you will only get the records from the first page - 60 records by default). If you select this checkbox, you will get 100 documents after validating or executing the Pipeline.