Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Data Type (
RSS)
-
|
When a new version of Sage CRM is released or a new patch is issued there may be changes made to the database tables and views. These changes can be obvious, for example if a new table is added to support...
|
-
|
The system administration guide discusses the workflow action 'run stored procedure'. This article expands on the information contained in the documentation. A workflow rule action of type 'run...
|
-
|
This article has been edited to include extra information and to bring the code up to date with the coding standard introduced with Sage CRM 6.2 In the default system the StoredProc datatype is used to...
|
-
|
The code example in this article has been corrected and brought into line with the coding standard introduced in Sage CRM 6.2 Occasionally you may be faced with a requirement to know what database datatype...
|
-
|
You may have seen in the SQL logs that Sage CRM passes strings using an N prefix. This denotes that the subsequent string is in Unicode (the N actually stands for National language character set). Which...
|