How to refresh a SYNC Record Type when external data changed

Certified Senior Developer

Hi,

We have a process that calls a stored procedures to modify some data records. These data are used by a SYNC Record Type in the application.

To make synchonize and refresh automatically the RecordType from the Appian application, we added in the process a Smart service (Write to Datastore Entity) that updates a field of the concerned records, this works fine.

Now, we have a stored procedure that cleans the DB (deleting a lot of rows of many tables). So how would you tell to Appian that the data have been deteled ?

(the Record types still display the same data because they did not have been synchonized)

  Discussion posts and replies are publicly visible