Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Code Snippets (
RSS)
-
|
The code snippets that are installed as part of the Sage CRM SDK have been revised and edited. Additional snippets for both the .NET API and the SOAP Web Service Interface have been created. The new version...
|
-
|
This has been written using Sage CRM 6.2d and will look at the behaviour of the Values collection. For a more complete discussion see the article The Values() Collection . Imagine a new field called pers_type...
|
-
|
This article has been edited (31st October 2009) to correct the hyperlinks. As part of the additional seminars available to DPP members there are a couple of introductory lessons on using JScript as the...
|
-
|
Occasionally you will need to fetch a date from either the CRM database or perhaps from an external system that is then needs to be formatted so it looks like a CRM date. All users are able to set their...
|
-
|
A little while ago I wrote an article called " Adding the Document Drop Plugin into a Custom Page ". That article provided the code to include activex plugin into a custompage to allow upload...
|
-
|
Below is some simple C# code that shows how to add a new Case to an existing company. The case is inserted and linked to 'Gatecom' and 'Simon Yaltoy' and assigned to 'Kylie Ward'...
|
-
|
Some of you may know that my favorite text editor is Textpad ( http://www.textpad.com ). If you follow either of the link below you can get access to the lastest version of the textpad snippet files. The...
|
-
|
This article has been updated to correct links and to bring the code in line with the convention introduced in Sage CRM 6.2 I have covered the EntryTypes used in CRM in an earlier article, " Sage...
|
-
|
This article has been updated to allow download from this site. For those of you who use Textpad ( http://www.textpad.com/ ) as your text editor for creating your ASP pages and scripts I have updated my...
|
-
|
This article has been updated to allow download from this site. I have just made some very slight changes to my TextPad code snippets collection. I did some housekeeping to ensure the snippets made consistent...
|
-
|
Please note there has been a coding standard change between Sage CRM 6.1 and Sage CRM 6.2. The instantiated COM object in Sage CRM 6.2 now has an alias of "CRM" rather that "eWare"...
|
-
|
Below is some example C# code showing how a new Company record can be inserted into CRM using the Web Services API. The code will result in a new Company with a default contact and default address with...
|
-
|
I have blogged previously on the .NET API that is being created for Sage CRM. An early version of the API was previewed last November as part of the Australian Partner Conference, and it is now available...
|