Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Thursday, August 28, 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!
 Architect Forums - SalesLogix Scripting & Customization
Forum to discuss writing script in Architect plugins for SalesLogix & general SalesLogix customization topics (for Windows client only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Scripting & Customization | New ThreadView:  Search:  
 Author  Thread: Security on Picklists
Joe Luster
Posts: 2
 
Security on PicklistsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Apr 09 9:33 AM
On Opportunity Status, I want salespeople to be able to change the status to any choice in the picklist but 'Close - Won'. Anyone have any thoughts on how to go about this?
[Reply][Quote]
Justin Kuehlthau
Posts: 24
 
Re: Security on PicklistsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Apr 09 10:36 AM
You could dynamically create the picklist OnPopup.

Or check the value on return of the popup to make sure they didn't select Closed - Won, then have the popup come back.
[Reply][Quote]
Joe Luster
Posts: 2
 
Re: Security on PicklistsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Apr 09 10:42 AM
I forgot to mention I want others to be able to select 'Closed Won'. I was thinking of removing the choice from the picklist and then create a button that only a certain group had access to on that Opportunity Details screen. When selected it would initiate the Closed - Won.
[Reply][Quote]
Justin Kuehlthau
Posts: 24
 
Re: Security on PicklistsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 03 Apr 09 10:48 AM
Create a new picklist without the Closed - Won option. Then on the onpopup event:
Sub pklStatusPopup(Sender)
If UserIsSalesPerson Then
pklStatus.PickListName = "SalesPerson Opportunity Status"
Else
pklStatus.PickListName = "Opportunity Status"
End If
End Sub

Confirm the ReadOnlyEditor property to False, so they can't type in the box.
[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): 8/28/2025 4:11:48 PM