Just curious.
What codes makes that a Record Link record (table 2000000068) is deleted when the record it refers to is deleted?
Example: link an url to eg. a Customer, delete the Customer. The url in table 2000000068 is deleted. But where is the code doing this?
0
Comments
It must be somewhere else....
If it is not that code unit then which looks to remove orphaned record links is it possible then the deletion is triggered by the code behind the build instead ?
the source code which we can't get to.
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book
Where is it called for the Record Link table and how to use it for custom tables?
It seems somewhere hidden, perhaps the finsql.exe?
For custom tables you have to program DELETELINKS in the OnDelete trigger
But there doesn't seem to be code for master tables (customer, item, etc).
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book