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
It is directly not possible because you need to communicate database through the Appian for utilizing the Record sync feature. Alternatively you can fetch all the data with batches and write them back to database. Add once a day you can sync the record type automatically.
Thanks,
Okay ill look into this