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
You need to use Sync Record Smart Service.
There are a few ways to sync your data using this smart service:
a!syncRecords()
docs.appian.com/.../Sync_Records_Smart_Service.html
Thanks, but for triggering sync records smart service i need to have the primary keys of the record which is updated to pass as identifiers right? My concern is i dont have the primary keys.