How to always force delta refresh a specific external OT

Is it possible to force delta refresh to always be performed for a specific external Object Type, instead of the reqular quick/full sync?

We want connector to return only changed items, as opposed to regular non-delta sync where connector returns all the data and M-Files identifies changes.

I have gone through DEFAULT REFRESH LOGIC AND CONFIGURATION OPTIONS FOR EXTERNAL VALUE LISTS AND OBJECT TYPES document but so far have not been able to configure this, sync without delta parmeters set at least always runs during nightly maintenance job.

Parents Reply
  • I did try that, but as far as I can see, these settings have no effect for my custom connector (during nightly maintanance, it is retrieving all items)...
    There is also this note in the guide, which I think explains this behavior? Although it is mentioning the setting from legacy database connection, and the connector in question here is using the new Application connection model

    It is worth mentioning that this is not data stored in database, rather it is fetched from the web service and range retrieval is supported in the connector (SetTimestampRangeToRetrieve method is overriden appropriately).

    
    

Children