Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Wednesday, June 18, 2025 
 
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!
 Administration Forums - General Administration
Forum to discuss general administration topics for SalesLogix (including LAN & remote topics). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to General Administration | New ThreadView:  Search:  
 Author  Thread: Who can manage products
David Nunnally
Posts: 206
 
Who can manage productsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Oct 06 9:24 AM
fiogf49gjkf0d
How can I query the database to return a list of users that have the ability to manage products?
[Reply][Quote]
Zeph
Posts: 37
 
Re: Who can manage productsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Oct 06 9:23 AM
fiogf49gjkf0d
I believe that the usersecfunctions table holds all the menu rights that are restricted for a given user. So if a userid is there, the option will be disabled. Here's what I came up with.

SELECT distinct ui.username FROM userinfo ui
LEFT JOIN usersecfunctions u ON u.userid = ui.userid AND functionname = 'ToolsManagerProducts'
WHERE u.userid IS NULL

Zeph
[Reply][Quote]
David Nunnally
Posts: 206
 
Re: Who can manage productsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Oct 06 9:51 AM
fiogf49gjkf0d
Doh!
I looked at this and since it returned 68 users that DID NOT have rights I assumed I was in the wrong place.

Never thought I had it backwards!

I got two good eyes but still don't see!

Thanks for setting this backwards guy straight! That was exactly what I needed.
[Reply][Quote]
 Page 1 of 1 
  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!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 6/18/2025 11:52:19 AM