![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Electronic Signatures in Module Attribute Topic Summary: Created On: 11-Jan-2008 08:59 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Another question with regards to Module Attributes.Is it possible to have a Module Attribute thats holds the Usernames of those Users who signed the Last Baseline of the module? I guess:
1. I can use getUserName(sigEntry) to fetch the usernames 2. have a string attribute at module level 3. Assign the usernames to this attribute (but how?)..and go from there..?? |
|
![]() |
|
![]() |
|
Check this thread out.
http://forum.telelogic.com/cus...1=baseline%20signature ------------------------- David Pechacek AAI Services Textron dpechacek@sc-aaicorp.com David.Pechacek@gmail.com |
|
![]() |
|
![]() |
|
What should this code essentially return?
SignatureInfo sigInfo print getSignatureInfo(sigInfo, module(current Module),0,1,"") I have baselines with version 1.0,2.0 etc, & I get the message 'No baseline at that version' when I run the above piece of code on the current version of the module. |
|
![]() |
|
![]() |
|
You seem to have major versions, so try
print getSignatureInfo(sigInfo, module(current Module),1,0,"") |
|
![]() |
|
![]() |
|
I did try both. 0,1,"" on a minor version & 1,0,"" on major version.Former returns the above message & latter returns nothing.Maybe am missing something.
|
|
![]() |
|
![]() |
|
You get a non null string if there is an error and in case of it being correct it returns null and hence you do not get to see any messages.
So if you intend to use the siginfo further then you can do so by string s = getSignatureInfo(sigInfo, module(current Module),1,0,"") if(!null s) ...... |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Electronic Signatures in Module Attribute
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.