Options
The URL of the Dataengine.
The client ID for OAuth authentication.
The client secret for OAuth authentication.
The module name to sync.
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.
Defaults to false.
Additional fetch the deleted entities too.
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.
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.