Skip to main content
December 2, 2022
Question

How to sync a entity backed record when data changes in another system?

  • December 2, 2022
  • 2 replies
  • 0 views

Hi

We have a data sync enabled Record which uses Database Table as a source. When any data gets updated in the legacy system, We need to sync the updated data in our record. To sync the changed record, in Appian documentation they have suggested to create a web api which includes a!syncRecords() function.
1. I wanted know by using a!syncRecords() whether API can sync the changed data by itself? if so, how it will typecast the data into Appian structure?
2. If it is not possible, how we can get the updated data and sync the record ?

Thanks

2 replies

alexandru.boerescu
December 2, 2022

Hi. When you call the a!syncRecords() function, the specified record type gets synched, there are no typecast implications. You could try it outside the context of a webapi and see the result.

See more info here: docs.appian.com/.../Sync_Records_Smart_Service.html

stefanhelzle0001
Brainy
December 2, 2022