DataEngine
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Options

Url

The URL of the Dataengine.

Client Id

The client ID for OAuth authentication.

Client Secret

The client secret for OAuth authentication.

Module

The module name to sync.

Size of the result

Defaults to 1000.

Fetching data is paginated. With this setting the page size can be modified.

Normally this doesn’t need to be changed.
For modules with a lot of fields and custom logic this should be lowered for better performance.

Fetch deleted

Defaults to false.

Additional fetch the deleted entities too.

Query Parameter

It is planed that these filters are automatically parsed from the plan conditions.
This is a workaround till this feature is implemented, for easier upgrading try to avoid this option.

Additional query parameters when checking for changes to filter results. This avoids that the HubEngine fetches entries which are filtered by conditions.

Using an invalid query results in an empty changes list.

Syntax is the query as described in the SuiteCRM documentation.

Examples:

filter[processing_status][EQ]=dynamics
filter[processing_status][EQ]=dynamics&filter[country][EQ]=de
filter[country][IN][]=de&filter[country][IN][]=en
Warning: Custom fields, ending with “_c” are not supported in filter conditions.

Auto Explode MultiEnum fields

Defaults to false.

If enabled, MultiEnum fields are automatically exploded and ^ are removed, when receiving data from the DataEngine. The mapping in HubEngine doesn’t require the ^ separator and the explode action can be skipped. For the target system an implode action is still required.