Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Import (
RSS)
-
|
I have written several articles in the past about the importation of data into Sage CRM. This article then is a 'header' record that attempts to bring these different thoughts together. It is certainly...
|
-
|
This article has been edited to use the Sage CRM 6.2 coding conventions. This question occurs when setting up CRM; you may find yourself with a very large number of selection list values that need to be...
|
-
|
The links in this article have been corrected. Problems will arise with any code that does a direct insert into a table. Where possible inserts from external data sources should use the CreateRecord API...
|
-
|
Sage CRM offers integration with Outlook. Once the Outlook plugin has been installed you see the new CRM Synchronization buttons on the Outlook toolbar. Depending on how the System Administrator has configured...
|
-
|
If you ever wanted to upload a file into SageCRM via web services you will like this post. Thanks to some help from Dublin this example will show you how to do just that. The trick is this, you have to...
|
-
|
If you look at the Sage CRM database tables that are exposed in the WSDL file and also in the "custom_tables" meta data table it looks like you should be able to add users. But when working with...
|
-
|
Below is some code that will add a company, a default contact (Person) and a default business telephone number. When adding a company entity (with address, email etc) to Sage CRM via the Webservices API...
|