![]() |
Telelogic SYNERGY (steve huntington) | ![]() |
Topic Title: Autofill Attirbute Topic Summary: Autofill Created On: 7-Sep-2005 13:43 Status: Read Only |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
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 |
|
![]() |
|
![]() |
|
#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.. |
|
![]() |
Telelogic SYNERGY
» SYNERGY/Change
»
Autofill Attirbute
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.