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: Autofill Attirbute
Topic Summary: Autofill
Created On: 7-Sep-2005 13:43
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.
 7-Sep-2005 13:43
User is offline View Users Profile Print this message


Amanda Kerns

Posts: 8
Joined: 12-Jan-2005

I have attribute fields for phone, name, etc in my StartHere2Entered dialog. How do I set these to pull the information from the users preferences set under the settings tab?

Thanks, Amanda Kerns
Report this to a Moderator Report this to a Moderator
 3-Apr-2006 15:48
User is offline View Users Profile Print this message


selcuk tanyeri

Posts: 2
Joined: 3-Apr-2006

#Get the crstatus from the problem and then get its value.
$submitter = $problem->getDataObjectByName("submitter")->getValue();
$submitter_tel_no = $csapi->GetUserPreference($aUser, $submitter, "user_phone")->getResponseData();
$problem->getDataObjectByName("tel_no")->setValue($submitter_tel_no );
$csapi->ModifyCR($aUser, $problem);

with this perl you can take the tel.no from prefences taht users have entered..
make a perl file and add it to post conditions..
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.