Setup
Make sure to pick the correct Adapter.
This Adapter is for SuiteCRM version >= 7.10.
For our internal DataEngine use the DataEngine adapter, which adds more features and allows mass transfer.
For SugarCRM versions >= 7.7 use the SugarCRM adapter.
For SuiteCRM version <= 7.9 use SuiteCRM REST v4 adapter.
If an entity is deleted in SuiteCRM it is first marked as deleted and can be cleaned up later.
In the default case (Option Fetch deleted: false
) only entities which are not marked as deleted
will be returned. If this option is enabled, the Adapter will return normal and marked as deleted entities.
To set an entity as marked as deleted, set the field deleted
to 1
.