![]() |
Telelogic DOORS (steve huntington) | ![]() |
Topic Title: ---------------------- Hi, we need some advice to realize one of our DXL-scripts. We want to get all change reques Topic Summary: Created On: 29-Jan-2007 07:42 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Hi,
we need some advice for our DXL-Script. We want to list all Change Requests created through the current logged user by using the CPS and we want to display this list via doorsnet through an dxl-layout or something. Our problem is to get information of other modules besides the current to create the cr-list.
Does anyone knows how to handle this?
regards
thomas
|
|
![]() |
|
![]() |
|
Thomas,
What is the purpose of using DOORSNET? Do people actually use it in your company to make "small" requirement modifications? The reason I asked is I found all the versions of DOORSNET to be slow and cumbersome. Perhaps, displaying the changes on a webpage would be a better idea? Regards, ------------------------- pete.kowalski(at)motorola.com |
|
![]() |
|
![]() |
|
If you're trying to get the information from every module in the database you can, one by one, open all the projects and loop through the modules in each. Then get the data you want from them. ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
Attached are some CPS functions that will be of use. It makes use of the Telelogic written functions 'fnGetCPModulePath' and 'fnGetSourcePath'. I know for sure that those two look in the CURRENT project looking for pairs of modules in the /Change Proposal System/Change Proposals Links link module.
You no doubt want to write a DXL that opens the CPS folder, loops through all the modules therein. Loops through all the undeleted objects whose Status is not null, not Rejected, and not Applied. Check the CP author. Then summarize the CP and you may want to follow the outlink to the target source object and summarize it. - Louie |
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.