in Search

Browse by Tags

All Tags » buttons (RSS)
  • Some thoughts on Sage CRM, FOP, PDF and Reports

    This article has been edited (31st October 2009) to correct links. Sage CRM uses Apache FOP (Formatting Objects Processor) to generate its reports in PDF format. See http://xmlgraphics.apache.org/fop/ FOP is an example of a print formatter that uses XSL formatting objects (XSL-FO) and is in theory not...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Using Tabgroups to define Action Buttons in COM API ASP

    The code in this article has been updated (31st October 2009) to follow the convention introduced in Sage CRM. If you have the Extensibility license, you can create new tab groups and you can perform Advanced Tab Customization. In ASP pages using the COM API we can call custom tab groups by using the...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Action buttons on Custom Entity Find Screens

    The code in this article has been updated (31st October 2009) to follow the coding convention introduced with Sage CRM 6.2 Below is a picture of the Company Find screen.. This is the standard system screen. But can this screen be duplicated for new entities such as "Project". The answer is...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Adding a Report Button to an Existing System Screen, e.g. OpportunitiesList

    This article shows how to add a button to an existing system screen that will call a report. For example if you look at the image of the OpportunitiesList screen below you can see that a button has been added that calls a popup window that displays a pdf report. You may think that since reports are a...
    Posted to Weblog by Jeff Richards on 07-13-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
  • Customizing Help Buttons

    This article discusses how a system administrator can link the help button within a system screen to a new or revised help file. Throughout Sage CRM the system generated pages have help buttons which link to contextual help. If you are on the Company Search screen and you click the help button then you...
    Posted to Weblog by Jeff Richards on 06-16-2009
  • Changing Context when jumping between pages using the COM ASP API

    This article has been updated (29th April 2009) to correct hyperlink references and to use the coding convention introduced in Sage CRM 6.2 I have created a very simple page that contains a couple of buttons. The starting page is an ASP page in the context of the Opportunity. These buttons will allow...
    Posted to Weblog by Jeff Richards on 04-29-2009
  • Adding Custom Actions to Find Screens

    This article has been updated to correct links. There is a previous article, " Action buttons on Custom Entity Find Screens " This post explained how to recreate a find screen but I am now going to consider adding a new Action button to an existing system find screen. (See below) For example...
    Posted to Weblog by Jeff Richards on 03-13-2009
  • Custom Buttons in Self Service

    If you are working with Self Service and tried to build a custom button using the techniques discussed in the article " Adding Buttons to an ASP Page ". e.g. var strCallASPButton = CRM.Button("ASP","save.gif", CRM.Url("myPage.asp")); myBlock.AddButton(strCallASPButton...
    Posted to Weblog by Jeff Richards on 03-13-2009
  • Adding Buttons to an ASP Page

    This article has been updated to follow the Sage CRM 6.2 coding standard. Consider the code below. This is for a simple edit screen for the Opportunity entity. var intRecordId = CRM.GetContextInfo("opportunity","oppo_opportunityid"); var myBlock = CRM.GetBlock("opportunitydetailbox"...
    Posted to Weblog by Jeff Richards on 03-13-2009
Page 1 of 3 (22 items) 1 2 3 Next >