in Search

Browse by Tags

All Tags » List Block (RSS)
  • Building List screens with FilterBoxes

    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 about block positioning. The search block does not work correctly if it is included into the container...
    Posted to Weblog by Jeff Richards on 10-29-2009
  • Increasing List Size beyond the default limit of 25 rows

    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 25. To allow a great number of rows to be displayed then the selection list needs to be edited. The...
    Posted to Weblog by Jeff Richards on 10-06-2009
  • Creating a Simple Messaging System within Sage CRM

    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 requirement is that the message must then show up within Sage CRM. You can see from the image below...
    Posted to Weblog by Jeff Richards on 08-13-2009
  • The Clientside Control of Lists and Columns

    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 fields in Search screens including detection of grids and lists ". This is only part of a short...
    Posted to Weblog by Jeff Richards on 07-27-2009
  • Manage Escalations

    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 of Sage CRM where there are a large number of rules to manage. When working with large number of Escalation...
    Posted to Weblog by Jeff Richards on 07-03-2009
  • Company and Person Workflow Progress with Tracking tab in CRM

    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 offers with Opportunity and Case entities. As standard, CRM does not offer a CompanyProgress or PersonProgress...
    Posted to Weblog by Jeff Richards on 07-03-2009
  • Fine Control of PopUp windows

    In the article " Using Clientside Code to Change the Property and Behaviour of a Column in a List " I gave an example of changing the hyperlink on a column to open in a new window. The trick that I had used was to alter the hyperlink so that a target window was used. But that technique opened...
    Posted to Weblog by Jeff Richards on 07-01-2009
  • Adding Derived Fields in Views into Meta Data

    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 article and will show how meta data definitions of a calculated field can be easily added into Meta...
    Posted to Weblog by Jeff Richards on 06-30-2009
  • Choices in Customizing Lists

    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 to step back and bring all these points together so we can see the range of options that we have...
    Posted to Weblog by Jeff Richards on 06-16-2009
  • Building Lists without reference to Meta Data in the ASP COM API

    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 Sage CRM. The code below shows how a list can be created using the ASP COM API. var intRecordId = CRM...
    Posted to Weblog by Jeff Richards on 06-09-2009
Page 1 of 3 (26 items) 1 2 3 Next >