How to capture the events of object link creation in DOORS?
I am running DOORS 9.6.1.6.
How do I capture object link creation?
I don't want to check the object history for link creation.
I have gone through the DXL manual and it seems that there is no way to capture object link creation with triggers.
|
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.
Andrew Clement selected this answer as the correct answer
|
One other answer
Hi Andrew
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.