Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
Browse by Tags
All Tags »
Entry Screen (
RSS)
-
|
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...
|
-
|
Many thanks must go to a colleague in the UK professional services team for this article. Introduction Customers often request the ability to track Company or Person changes in much the same way that CRM...
|
-
|
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 to ensure the code follows the coding convention introduced in Sage CRM 6.2. The code below demonstrates how a page like the Preferences screen can be rebuilt in Sage CRM...
|
-
|
This article has been edited to bring the code into line with the coding standard introduced in Sage CRM 6.2. Here we can see the basic code structure for an Insert of a new Record expressed in ASP page...
|
-
|
This article has been updated to correct links and to bring the code into line with the new coding standard introduced with Sage CRM 6.2. I have blogged previously on creating Multi block screens based...
|
-
|
This article has been updated to follow the coding standard introduced in Sage CRM 6.2 I was recently asked about how to handle the problem of having multiple screen blocks on the same page than when you...
|
-
|
This article has been updated to correct links. A screen is called as a result of a hyperlink. This may be a button click, a call from the recent list or any other selection from the interface. A URL of...
|
-
|
Below is a very simple example of a self service page that allows a case belonging to an authenticated visitor to be edited. The ASP code is found below. The code is marked in different colours and discussed...
|
-
|
This article covers the creation of an editable grid. By this I mean the presentation of data in a spreadsheet like structure, each row in the grid a separate record and each column a separate field. The...
|
-
|
Sage CRM's screens are primarily designed for the entry of one record at a time. But occasionally we need to consider the ability to enter sets of records together. This is not the same as the importation...
|
-
|
The word Block crops up over 1300 times in the Sage CRM developers guide. The word is actually quite a loose term that is used to name some of the Application Programming Interface (API) objects that can...
|