Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Friday, July 11, 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: Hiding Obsolete and Discontinued Products
John Gundrum
Posts: 632
Top 10 forum poster: 632 posts
 
Hiding Obsolete and Discontinued ProductsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 May 08 12:15 PM
We are having a problem where reps are using obsolete and discontinued products in opportunities. Is there anyway from within the Sales Client or Administrator to restrict a user from seeing Obsolete or Discontinued products?


Thanks,
John G.
[Reply][Quote]
Jeff Weight
Posts: 219
 
Re: Hiding Obsolete and Discontinued ProductsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 May 08 1:00 AM
I don't believe there is a way to accomplish this with just a setting in the sales client or administrator. There is a filter on the Insert Opportunity Product screen (or whatever it is called) that let's a user show only those products marked as "Available." So, this should be a pretty easy customization that you can do through the Architect. On the AXFormOpen or AXFormChange event (can't remember which is used), set the field automatically to "Available," and on the UI part of the form, hide that filter field so the user can't change it.
[Reply][Quote]
Walter Shpuntoff
Posts: 167
 
Re: Hiding Obsolete and Discontinued ProductsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 25 May 08 10:54 AM
Try adding a seccodeid field to the products table.

When something goes obsolete - change it from Everyone to something more restricted.
The only downside is that it might also make those products invisible on old opportunities - so you would have to make sure that opportunity products does not join against the product table.

Note: I have not tried this....

ws
[Reply][Quote]
John Gundrum
Posts: 632
Top 10 forum poster: 632 posts
 
Re: Hiding Obsolete and Discontinued ProductsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 May 08 8:54 AM
Modifying the filters was my first thought. I do like the seccodeid approach but as mentioned, it might have ill-effects for those products that are on older quotes which I would rather avoid. Perhaps an experiment is in order.

Thanks all!
John G.
[Reply][Quote]
John Gundrum
Posts: 632
Top 10 forum poster: 632 posts
 
Re: Hiding Obsolete and Discontinued ProductsYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 May 08 2:02 PM
This was easier than expected. Instead of doing anything in the AXFormOpen or AXFormChange event which do not exist in the form, I changed two lines in the LoadUserOptions sub that initiate the Status checkbox and combobox. The lines changed are as follow

         chkStatus.Text = .GetAsString("chkStatus", "OpportunityDefaults")  'DNL
cboStatus.ItemIndex = GetItemIndex(cboStatus, .GetAsString("cboStatus", "OpportunityDefaults")) 'DNL


Changed to

         chkStatus.Text = "T"
cboStatus.ItemIndex = 0


I unchecked the Visible property for each Status control and all worked exactly as desired and will make a Sales Manager very happy.

Thanks!
John G.
[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): 7/11/2025 3:27:59 AM