Hey all,
first of all, we're using integration records to synchronize changed data to a SQL Database.
My problem: If a record is deleted, we have to tell the SQL database to delete a entry. But what we only have is the "RecordID" from Integration Records to find the entry in the sql database.
I haven't found a way to get to these data of the RecordID, except for displaying like
Message(FORMAT(IntegrationRecord.RecordID));
Answers