![]() |
Telelogic DOORS (steve huntington) | ![]() |
new topic :
profile :
search :
help :
dashboard :
calendar :
home
|
||
Latest News:
|
|
Topic Title: Create New User GUI Topic Summary: How to make it work... Created On: 12-Jun-2008 20:37 Status: Post and Reply |
Linear : Threading : Single : Branch |
![]() |
![]()
|
![]() |
|
Does anyone know why this script is creating the user but i'm not able to update the User Details (Full Name, Email, Phone, Address, etc). Please let me know what i'm doing wrong. I tried everything on my hands.
Thanks |
|
![]() |
|
![]() |
|
Getting exception violations, yes?
The user 'set' and 'get' are for admin defined 'user properties'. You can, if you want, add additional information to users, e.g. 'Company'. Don't use quotes around the names of the properties, use <email> instead of <"email">. To modify standard properties, you use setUser and getUser, not set and get. Also, check "existsUser" before using "u = find". I doubt it matters, but get rid of the 'const' commands, since those strings are not constants. I was getting lots of exception violations and FINALLY figured it out: your 'User' handle 'u' is getting corrupted since you are loading the directory after getting the handle. Move loadDirectory up. New script attached. - Louie Edited: 13-Jun-2008 at 15:38 by Louie Landale |
|
![]() |
|
![]() |
|
Thanks.
That works perfectly. Now I have another problem. Does anyone know how to get all the selected groups from the multilist and add those to the user. i'm using addMember but is only adding the last one i select and i want all that i select. Thanks |
|
![]() |
Telelogic DOORS
» DXL Exchange
»
Create New User GUI
|
![]() |
FuseTalk Standard Edition v3.2 - © 1999-2009 FuseTalk Inc. All rights reserved.