I need to perform full sync for a record when there is some tables updated in the Database. Is there a possibility to perform full synchronization in a process model without passing any identifiers to sync records smart service.
Thanks
Discussion posts and replies are publicly visible
There is a way in my opinion to trigger a full sync for a record type when changes in the database occurs. Precondition is that you have access to the system/process which performs the database changes to introduce a Web API call.
In order to perform an ad-hoc sync of a record, a fake deployment must be performed with a properties fie referencing the relevant record uuids. This takes advantage of the following feature of Appian: Trigger a Sync by Fake DeploymentSounds tricky, but it is working.
Thanks, this is interesting ill learn about this. As of now a fake deployment is not something i can implement