|
Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags » JackAllan ( RSS)
-
|
I was recently asked how to change the view order of the drop down in a SSA field (Advanced Search Select/Search Select Advanced). The sorting is always on the view field for the SSA field in alphabetical...
|
-
|
Recently I was asked if it is possible to restrict a Search Select Advanced field based on criteria that may change client-side. The answer was no, it's not possible through standard customization...
|
-
|
hack [hāk] -verb (used with object): To cut, notch, slice, chop, or sever (something.) To damage or injure by crude, harsh, or insensitive treatment; mutilate; mangle. -computing jargon: A quick job that...
|
-
|
Previously I blogged about using AJAX in CRM Customisations. I found a bit of a gotchya that can cause data-loss. Please read this article for a description of this problem and how to avoid it. CRM keeps...
|
-
|
In this post I will be exploring the possibilities of combining the CRM.AddContent method and some javascript data transmission techniques. Previously I've blogged about using AJAX to access server...
|
-
|
If you are developing a server-side script such as a Create Script, Validate Script or Table Level Script, it is often useful to write debugging information to a log. Jeff has blogged about a technique...
|
-
|
*** NOTE: The underlying cause of this problem will be resolved in the 6.2 e patch due 13/01/2010. So no code changes like the ones described in this article will be required to make this work after applying...
|
-
|
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...
|
-
|
* The code in this article has been updated to fix a bug that caused it not to work for any entity that did not have a prefix that matched the entity name * A while back Jeff Richards wrote a blog post...
|
-
|
Secondary entities are technically never in context so the GetContextInfo method doesn't work for these entities. For example if you wanted to get the current address id this would not work: GetContextInfo...
|
-
|
In CRM 6.2 HTML editing facilities were included to allow for the creation of HTML e-mails. To achieve this Sage used a javascript component called FCKEditor. You can learn more about this editor at http...
|
-
|
Entities such as opportunity, lead, person and company all have communication tabs that use the built in communicationlist system action. This renders a screen with the CommunicationList list. Which means...
|
-
|
We know that a LIST block can be filtered based on a standard filter screen block via var filter = eWare.GetBlock("MyFilterBoxName"); var list = eWare.GetBlock("MyListName"); list.ArgObj...
|
-
|
When choosing a field for the Display Field For Amendment action, you can select fields from the view that are not on the table the rule is based on. For example you can select the comp_primaryuserid if...
|
-
|
It is common to have CRM send out an e-mail on the creation of a new entity. For example you may have an e-mail sent to the assigned user on a new Opportunity notifying them that a the Opportunity has...
|
More Posts Next page »
|
|
|