3/20/2026 1:29:56 AM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
|
|
|
|
Realign User ACO Groups
Posted: 05 Apr 07 2:45 PM
|
fiogf49gjkf0d I just had a user retire who was the developer for nearly 300 ACO groups. Any ideas how to reassign those to her replacement so that he can edit them? I treid using SQL to change the userid and the developer. He still can't see them even though his name is now in the GUI Developer field.
Michael |
|
|
| |
| |
|
Re: Realign User ACO Groups
Posted: 09 Apr 07 2:03 PM
|
Marc,
I am familiar with that functionality; I just didn't want to do it 292 times! :P
For anyone else who ever wondered how to handle this, the following script is courtesy of SLX support and worked quite nicely:
UPDATE sysdba.Plugin SET (UserID ='', LockedID = '') WHERE UserID ='' AND BasedOn IS Null AND Type IN (8, 23)
Thank you Garrett! 
Michael |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|