How to capture the events of object link creation in DOORS?
Accepted answer
There is no trigger to capture the link creation in real time.
The closest we can get is to use "object sync" trigger to achieve this.
An "object sync" trigger will be run when a object is selected.
In an "object sync" trigger,
[1] save current object's ID and links (to a file)
[2] check previous object's current links (get previous object's ID from the file saved in step 1)
[3] compare with previous object's saved links (from the file saved in step 1)
If there is any change, then link creation has happened.
One other answer
Hi Andrew
This is a very old post, but in case you haven't yet seen it, DOORS 9.6.1.9 (released some months after you posted, in June 2017) added triggers on link creation. See the release notes for more information: https://www-01.ibm.com/support/docview.wss?uid=swg24043733#ABOUT