![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: MS xl hyperlinks and CS4.2 urls Topic Summary: Created On: 7-Jul-2004 23:04 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() Answer: Hello, there is an example of such an URL at the end of the crAssignEmail.pl trigger sample in CS 4.3 wsconfig/triggers directory. The URL looks like that: http://hostname ![]() You must of course replace dbname by the encoded path to your SYNERGY db. For your information, here is a part of the PERL script crAssignEmail.pl building the URL above : $sender->SendEnc($trigger->get_protocol() . "://" . $trigger->get_host() . ":" . $trigger->get_port()); $sender->SendEnc("/servlet/com.continuus.webpt.servlet.PTweb?ACTION_FLAG=frameset_form&TEMPLATE_FLAG=ProblemReportView"); $sender->SendEnc("&database=" . CGI::escape($trigger->get_database())); $sender->SendEnc("&role=". $trigger->get_role() . "&problem_number=" . CGI::escape($problem_number)); $sender->SendEnc(">$problem_number</A> "); Vincent | |
![]() |
|
Hello!
I created auto-generated xl reports programmed with vba. I would like to add hyperlinks to specific CRs in CS so that when the user clicks on the CR number in the xl report it brings up the CR in CS. Does anybody know a way to build a url to a specific CR? The user will already be logged into CS so I don't have to worry about logins. Terry ------------------------- Terry Carpenter |
|
![]() |
|
![]() |
|
Hello,
there is an example of such an URL at the end of the crAssignEmail.pl trigger sample in CS 4.3 wsconfig/triggers directory. The URL looks like that: http://hostname ![]() You must of course replace dbname by the encoded path to your SYNERGY db. For your information, here is a part of the PERL script crAssignEmail.pl building the URL above : $sender->SendEnc($trigger->get_protocol() . "://" . $trigger->get_host() . ":" . $trigger->get_port()); $sender->SendEnc("/servlet/com.continuus.webpt.servlet.PTweb?ACTION_FLAG=frameset_form&TEMPLATE_FLAG=ProblemReportView"); $sender->SendEnc("&database=" . CGI::escape($trigger->get_database())); $sender->SendEnc("&role=". $trigger->get_role() . "&problem_number=" . CGI::escape($problem_number)); $sender->SendEnc(">$problem_number</A> "); Vincent |
|
![]() |
|
![]() |
|
Vincent,
Thanks alot! It works a treat! ------------------------- Terry Carpenter |
|
![]() |
Telelogic SYNERGY
» SYNERGY/Change
»
MS xl hyperlinks and CS4.2 urls
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.