Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic DOORS (steve huntington)
Decrease font size
Increase font size
Topic Title: Links history
Topic Summary:
Created On: 15-Sep-2003 18:33
Status: Post and Reply
Linear : Threading : Single : Branch
Search Topic Search Topic
Topic Tools Topic Tools
Quick Reply Quick Reply
Subscribe to this topic Subscribe to this topic
E-mail this topic to someone. E-mail this topic
Bookmark this topic Bookmark this topic
View similar topics View similar topics
View topic in raw text format. Print this topic.
Answer This question was answered by , on Tuesday, September 23, 2003 10:13 PM

Answer:
Really thanks, Louie!

We are implementing a Physical Configuration Control for one of our projects and need tracking the history of every configuration item (i.e. different components allocated, along the time, to a given CI).

Finally, we created an integer attribute that stores the current source module (components list) identifier.

Getting the history of these attribute provide us the needed info.

Thanks for your comments and warm regards,

Daniel
 19-Sep-2003 22:02
User is offline View Users Profile Print this message


Louie Landale

Posts: 2070
Joined: 12-Sep-2002

Unlike objects, there is no such thing as a "deleted link". Links either exist or they don't.

I don't see any actual history records containing references to create/delete links. The Link Module doesn't have them and neither does the module (..err.. the object). These two references can easily be unused artifacts of ancient DOORS versions.

You can get information about links:
for lnk in obj -> "*" do
{ CreateDate = lnk."Create Date"
etc
}

The link "Attributes" are those found in the Link Module (not the module housing the object).

- Louie
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic DOORS forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 16:36.
There are currently 0 guests browsing this forum, which makes a total of 1 users using this forum.
You have posted 0 messages to this forum. 0 overall.

FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.