Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, August 29, 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: Restrict checkbox on Opportunity - SalesProcesses
Andrew Grandin
Posts: 272
 
Restrict checkbox on Opportunity - SalesProcessesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 01 Jul 09 4:58 AM
Hi All,

We are currently using SLX 7.2 with the original SalesProcess plugin this is my first intended customization.

The problem we are having is that users are not clciking on the hyperlinks to perform their activity steps in the sales process but are merely ticking the complete box and moving on.

This means that no notes/history or activities are created basically negating the whole point of using this part of the system. When i first saw the form on screen i thought the 'Complete' checkbox was a form control i could simply set to readonly or enabled = false but now i see it is not a form but rather a datagrid and the Completed checkbox is actually a boolean field in a table.

So basically, does anyone know of a way i can stop users from being able to tick the Complete checkbox forcing them to have to use the hyperlink to complete the SalesProcess step?
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Restrict checkbox on Opportunity - SalesProcessesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 01 Jul 09 7:32 AM
This is a simple one.

On the OpportunitySalesProcess.ascx, the Completed column (for the Checkbox) is actually a Templated column. Within the ItemTemplate, there is an asp:checkbox control. Just disable it by adding the Enable attribute and setting it to false: enabled="false"


[Reply][Quote]
Andrew Grandin
Posts: 272
 
Re: Restrict checkbox on Opportunity - SalesProcessesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 01 Jul 09 7:39 AM
As usual Raul youre a legend. Sorry to be a pain but im not acquainted with the environemtn quite enough yet to know exactly where to find the items youre directing me to. Could you provide a little more direction please.

Thanks very much.
[Reply][Quote]
Raul A. Chavez
Posts: 1300
Top 10 forum poster: 1300 posts
 
Re: Restrict checkbox on Opportunity - SalesProcessesYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 01 Jul 09 8:15 AM
The Sales Process tab is located on the following files:

SupportFiles/SmartParts/OpportunitySalesProcess/OpportunitySalesProcess.ascx
SupportFiles/SmartParts/OpportunitySalesProcess/OpportunitySalesProcess.ascx.cs

The grid definition is located on the .ascx file, and if you search for the grid you will find it. Once you find the column definition, look for the Completed Checkbox and disable it as I had previously described.
[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/29/2025 9:59:09 AM