Options

[NAV2013R2] Access data of RecordIDs

LoadingLoading Member Posts: 3
edited 2015-09-10 in NAV Three Tier
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

  • Options
    LoadingLoading Member Posts: 3
    Ok, I've found out from Microsoft, that the RecordID is cleared, when a record is deleted. So we have to build a workaround.
Sign In or Register to comment.