Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Record Object (
RSS)
-
|
This article has been updated.(again 14th April 2009) Dates can be a bit of a challenge. This article explains three points: how to convert a record’s date field value into a JavaScript Date object. how...
|
-
|
Within the Administration screens is the location that allows the System Administrator to create an additional database connection to a 3rd party database. Administration -> Advanced Customization ...
|
-
|
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...
|
-
|
Is it possible to use Key Attribute Data in workflow? Now there is a question! At first sight the answer would be no. Workflow rules are either controlled by a JScript condition or in the case of escalation...
|
-
|
This article has been updated based on feedback from a partner. As a result of a conversation I had with a colleague at the Asian conference I have uploaded a sample ASP page that shows how you can clone...
|
-
|
Another way of creating XML feeds from Sage CRM is to use the XML property of the COM Record object. The XML property is available in all currently supported releases of Sage CRM (Sage CRM 5.8, Sage CRM...
|
-
|
The inclusion of additional software components created in Flash or Silverlight within the Sage CRM interface is becoming more common. Very often these are little units of Ajax code or embedded objects...
|
-
|
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...
|
-
|
The StoredProc data type only will fire when a record object is added to a screen object. Specifically this must be a new record. The actually firing of the StoredProc is tied to the loading of the interface...
|