Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
List Page (
RSS)
-
|
List length in Sage CRM is determined by the value of the "Grid Size" field that is set within the users preferences. By default this is either (5, 10, 15, 20, 25). The maximum by default is...
|
-
|
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...
|
-
|
I have previously provided an example of a function that may be used in a search screen to test whether the page contained a List or a Grid. You can see this in the article " Clientside control of...
|
-
|
A new example component has been added to the resources section for development partners to download. The purpose of this component is to make the management of escalation rules easier in implementation...
|
-
|
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...
|
-
|
This article has been updated 9th June 2009 to correct formatting and to change the code to use the convention introduced in Sage CRM 6.2. Above is a picture of a new list added into the My CRM area of...
|
-
|
When customizing a List block you have access to two means of controlling the properties of a column. The first is by using the create script for the column. See the article " Using Create Script...
|
-
|
In the image below we can see the Company Name is displayed in an opportunity list that is in the context of the company and so that column is redundant and does not need to be shown. The list is created...
|
-
|
This article has updated so that the code follows the convention introduced in Sage CRM 6.2. We have seen in other posts that it is perfectly possible to create ASP pages that contain multiple blocks....
|
-
|
This article has been updated to correct links and to bring the code in line with the convention introduced in Sage CRM 6.2. You can render a page using var myBlock = CRM.GetBlock("opportunitylist"...
|
-
|
This article has been updated to include new material for Sage CRM 6.2.1. A new component that implements this feature has been added in the resources section. http://dpp.sagecrm.com/files/folders/components...
|
-
|
Below is a very simple example of a self service page displaying a list of Cases belonging to an authenticated visitor. The ASP code is found below. The code is marked in different colours and discussed...
|
-
|
This article has been updated to allow download from this site, The zip file contains an example of a rebuild of the Company Quicklook screen. This can be used as example when needing to replace the system...
|
-
|
Setting up a Custom Jump from a list to an ASP page is not difficult as we can see from the image below. What is not so obvious is how we can cause more than one name/value pair to be included in the QueryString...
|
-
|
I have been investigating the list of documents that appears under the Company tab group. This is actually part of a set of investigations into the library entity that I am working on. So there will be...
|
More Posts
Next page »