Welcome to Telelogic Product Support
  Home Downloads Knowledgebase Case Tracking Licensing Help Telelogic Passport
Telelogic SYNERGY (steve huntington)
Decrease font size
Increase font size
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
Search Topic Search Topic
Topic Tools Topic Tools
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 Vincent Gaudeul, on Thursday, July 8, 2004 5:52 PM

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://hostnameort/servlet/com.continuus.webpt.servlet.PTweb?ACTION_FLAG=frameset_form&TEMPLATE_FLAG=ProblemReportView&database=dbname&role=User&problem_number=1234

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
 7-Jul-2004 23:04
User is offline View Users Profile Print this message


Terrence Carpenter

Posts: 25
Joined: 10-Jul-2003

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
Report this to a Moderator Report this to a Moderator
 8-Jul-2004 06:36
User is offline View Users Profile Print this message


Vincent Gaudeul

Posts: 68
Joined: 10-Oct-2002

Answer 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://hostnameort/servlet/com.continuus.webpt.servlet.PTweb?ACTION_FLAG=frameset_form&TEMPLATE_FLAG=ProblemReportView&database=dbname&role=User&problem_number=1234

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
Report this to a Moderator Report this to a Moderator
 8-Jul-2004 17:54
User is offline View Users Profile Print this message


Terrence Carpenter

Posts: 25
Joined: 10-Jul-2003

Vincent,
Thanks alot! It works a treat!

-------------------------
Terry Carpenter
Report this to a Moderator Report this to a Moderator
Statistics
20925 users are registered to the Telelogic SYNERGY forum.
There are currently 1 users logged in.
The most users ever online was 15 on 15-Jan-2009 at 15:34.
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.