Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Drop Down Lists (
RSS)
-
|
In the article " Creating Global Code for OnCreate and Validate scripts " I discussed how we can reuse functions across different create scripts either in the same screen or between different...
|
-
|
This article has been updated so the code follows the convention introduced in Sage CRM 6.2 I have covered manually building screens, that is without using existing Screen or List meta data definitions...
|
-
|
This article has been updated to follow the coding convention introduced in Sage CRM 6.2 From time to time you will need to build pages that can not directly be based on a Meta data definition of a screen...
|
-
|
The code below is an extract of the simple webservices demo application found elsewhere on this site. Please note the following assumptions 1) CRM60 is the webservice object 2) CRMCompany is a previous...
|
-
|
Within the marketing area an individual waveitem or wave activity can be linked to a Group. (The old terminology was Target List). How can a Group field be added to another entity? Add a new field called...
|
-
|
In the demo database the workflow for an opportunity allows an opportunity to have its stage field set to different values. DealLost Demo Lead Negotiating Qualified Quoted Sold Imagine a requirement to...
|
-
|
In the screen shot below we can see the demo user "Susan Maye" is limited to assigned the new opportunity to only people in the "Direct Sales" team. This has been accomplished by using...
|
-
|
Below was tested on Sage CRM v6.0d Wouldn't it be nice to be able to have one selection list's options filtered by the current value of another selection list. For example, Software Vendor and...
|
-
|
A customer had the need for a field on their company screen that works superficially like the highlighted section in this picture of the new communication screen. Really what the customer wanted was to...
|
-
|
Have you ever wanted to have a drop down list of relationship types under the Related Persons tab, like you can under the Related Company Tab? Here is how the translation works for Related Company: CRM...
|
-
|
If you want your local or web app drop downs to look really slick you should have them contain the same information as the main CRM install. Now you could type in the same information twice for every drop...
|