Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Monday, August 25, 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: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMON
Tim Conway
Posts: 41
 
Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Aug 08 9:46 AM
I'm seeking some sage advise (no pun intended). I have to add two columns to the Opportunities Products Grid to show the Packaging and the Product Type. However I'm seeing that the Products Grid is defined in a COMMON script and I'm afraid altering this could easily have a lot of unitended consequences.

Since I'm new to SalesLogix dev, is this something that should be avoided? Should I alter the grid in the script I've created.

Thanks for any thoughts on this.

Tim
[Reply][Quote]
Dan Carvin
Posts: 227
 
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Aug 08 12:40 PM
The scripts are there so that you CAN modifiy them.

Just add comment lines so you'll be able to undo your changes if you have to, or if there's no other chanegs in the script, you can unrelease it and re-release the OOTB version of the script.
[Reply][Quote]
Tim Conway
Posts: 41
 
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Aug 08 12:46 PM
Thanks Dan

I've been commenting and I've got backups. The reason I ask is that the INSERT OPPORTUNITY, being COMMON, may be used by some other process that might not particularly appreciate the coding changes. But I've been going at it and so far so good.

Thanks for the advice.

Tim
[Reply][Quote]
Dan Carvin
Posts: 227
 
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Aug 08 4:53 PM
For functions that manipulate a piece of data, that would be true. But building an opportunity grid would apply only when a plugin builds an opportunity grid, and there are not likely to be a lot of plugs that build that particular grid.

One was to check before modiying an include script is to so a search among all scripts for the function or Sub name. That will give you a list all of the other plugins that call that particular piece of code.
[Reply][Quote]
Walter Shpuntoff
Posts: 167
 
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Aug 08 4:16 AM
If you simply modify the system script - you will have upgrade issues in the future WHEN it gets overwritten.

A better bet is to take the SYSTEM: script, and save your copy into PERSONAL, or some other category you use. Keep the rest of the name intact. Same thing goes for the rest of the mods you make.

ws
[Reply][Quote]
Tim Conway
Posts: 41
 
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Aug 08 8:00 AM
Good thought. I did a search and I think things will be OK

Thanks for the response.

Tim
[Reply][Quote]
Tim Conway
Posts: 41
 
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMONYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 29 Aug 08 8:00 AM
Good thought. I did a search and I think things will be OK

Thanks for the response.

Tim
[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/25/2025 10:06:34 AM