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!
|
|
Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMON
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 |
|
|
| |
| |
|
Re: Strategy Question: Should I avoid altering the System Script SYSTEM:INSERT OPPORTUNITY COMMON
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. |
|
|
| |
| |
| |
|