Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Filter (
RSS)
-
|
The code in this article has been corrected and updated (29th October 2009) to bring it into line with the coding convention introduced in Sage CRM 6.2. Custom Pages that contain Search screens are fussy...
|
-
|
*** 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...
|
-
|
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...
|