Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
custom captions (
RSS)
-
|
This article has been updated 25th January 2010 to include additional resources. For those of you working in different languages there are 3 language packs available to extend the translations for Sage...
|
-
|
This article has been written to answer the business need for a simple way for a user to pass a message to the System Administrator (or another colleague) without having to leave Sage CRM. The further...
|
-
|
A while back I blogged about injecting scripts into system action screens that don't have custom content field. Well recently I had an epiphany about Translations and using them to embed scripts into...
|
-
|
I orginally wrote about creating derived fields in a view in the article " Custom_Edits and Derived Fields Created in Views ". This discussion is a continuation of the ideas expressed in that...
|
-
|
You only need to follow the tags " List Page " or " List Block " to see that there have been lots of articles written already about how lists can be customized. In this article I want...
|
-
|
It is a general rule that in CRM data fields are not supposed to hold HTML which can then be passed directly back to the interface. This is by design. So if you store a string in a text field like "<a...
|
-
|
In the article " Creating Global Code for OnCreate and Validate scripts " I discussed how we can reuse functions across different create scripts either in the same screen or between different...
|
-
|
A screen like the company summary screen has a very particular structure because it is partially defined in meta data and partial has its structure hard coded into the system action being called. The detail...
|
-
|
This article has been updated (29th April 2009) to use the coding convention introduced in Sage CRM 6.2 If you have started to code with Sage CRM you will know that the world is seemingly divided into...
|
-
|
When you edit or add a new address for a person in Sage CRM you are invited to specify whether the address is a Business address or a Home address. This choice is then shown on the address list for the...
|
-
|
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 ...
|
-
|
I have just spent a frustrating few minutes trying to quickly find where '%' codes are used in translations. Of course '%' is a special wild card character in SQL. The same is true for...
|
-
|
This article has been edited to correct code samples. Do not use <script> tags however disguised in create scripts. This is because the <script> tag will corrupt the editing interface for that...
|
-
|
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...
|
-
|
In CRM it is quite common to need to create a view that performs a calculation or derives information to be displayed on screen or in a report. An example of this can be found in the Case management area...
|
More Posts
Next page »