Browse By Tags

  • Blog Post: Calling CRM Actions

    The CRM.URL() method is used to allow you to build correctly formatted URLs that reach back into the application. Most commonly this is used to interact with ASP pages and with Sage CRM .NET application extensions. For example to build a button that calls an ASP page the code would look like: var...
  • Blog Post: Adding Buttons and Customizing the Outbound Call Screens

    The following article explains how you can customize the Outbound Call screens with custom content and additional buttons and expands the earlier article: Customizing Outbound Call Tabs . Outbound calls can be created for different groups. I have looked at the context information available when working...
  • Blog Post: Adding a Clone Campaign button to Sage CRM using ASP COM API

    Here is an example that uses the Button Group feature added in Sage CRM. You can see from the screen shot above that I have added a button to the system generated Campaign Summary Screen. When the button is pressed, the following screen appears that allows me to provide a new name for the campaign and...