Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
C# (
RSS)
-
|
I have recently received a couple of emails asking me for help with starting a Web Service project when using Visual Studio 2008. Both my correspondents had previously been using Visual Studio 2005 and...
|
-
|
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 article has its origin in a recent presentation I gave as part of this years eSummit for Australia, New Zealand and the Pacific ( http://www.sagesummit.com.au/ ). My focus is usually purely on communicating...
|
-
|
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'...
|
-
|
GetContextInfo() is perhaps the most commonly used method within the Sage CRM API. This is both within internal code (Create scripts, Validate scripts etc) and application extensions which maybe either...
|
-
|
I wrote an article just a little while ago that discussed how a System Administrator could easily reset a users password. See: Resetting Passwords Within the article was example code that demonstrated...
|
-
|
This article has been updated to allow download from this website. If you follow this link you will find a very simple Visual Studio project showing sample webservices code. http://dpp.sagecrm.com/files...
|
-
|
If you are working with Sage CRM's WebService Interface then you will know that the API is very much focussed on Data Access and not on the user interface or 'Meta Data'. But I have written...
|
-
|
What if you need to discover which Sage CRM tables are related to Companies and Persons? If you have access directly to the database a very easy way of discovering the children of the company or person...
|
-
|
I have updated "SixthApp" the simple test application that I use during training. You may have downloaded this previously from the old blog but the lastest version can be found here: http://dpp...
|
-
|
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...
|
-
|
This is an interesting question and depending of what we understand by the word 'transactions' it can have a couple of answers. Answer 1 The first thing to note is that each webservice request...
|
-
|
Yeah you caught me I changed the name of the project. Come on who wouldn't want a Gene-O-Coder add on to their CRM install right? Anyway now that we used my last app to geocode our database we can...
|
-
|
I have been doing a lot of work with client applications comunicating with CRM. One of the best ways to do this is with Web Services. The issue I ran into was, "How do I make my client app awear of...
|
-
|
The best thing to do to start learning .NET (and really c# is the language to use) is down load Visual C# 2005 Express for free from the Microsoft site ( http://msdn.microsoft.com/vstudio/express/visualcsharp...
|
More Posts
Next page »