in Search

Browse by Tags

All Tags » .NET API (RSS)
  • Revised and Updated C# Code Snippets for Visual Studio

    The code snippets that are installed as part of the Sage CRM SDK have been revised and edited. Additional snippets for both the .NET API and the SOAP Web Service Interface have been created. The new version of the SDK installer will be available at the time of the release of Sage CRM v7. Development...
    Posted to Weblog by Jeff Richards on 01-29-2010
  • A Diagrammer tool for your .NET Application Extensions

    This article has been edited (31st October 2009) to correct links. Development Partners can download a full class diagram for the Sage CRM .NET API here . This was created by a tool called Autodiagrammer. ( http://www.codeproject.com/csharp/AutoDiagrammer.asp ). Visio was then used with a little rearranging...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Building Adhoc Multiple Entity Relationships in CRM

    The links within this article were corrected 31st October 2009. Within the Sage CRM the are some additional system actions that maybe added to tabgroups or to ButtonGroups that allow us to relate one entity to another where no formal parent/child relationships have been built in the data model. The actions...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Using Create Script in GridColumns

    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 by the opportunitylist system action which is used in a number of contexts My CRM Person Company...
    Posted to Weblog by Jeff Richards on 06-01-2009
  • HIDDENLISTMODE and HIDDENCALENDARMODE in the CommunicationList system action

    The variables HIDDENLISTMODE and HIDDENCALENDARMODE can be used in hyperlinks in ASP page when redirecting to the communication list CommunicationList in List mode Building a Button var strCallMyCalendar = CRM.Button("Calendar","calendar.gif", CRM.Url(183)+"&HIDDENLISTMODE...
    Posted to Weblog by Jeff Richards on 06-01-2009
  • How can Sage CRM save you money?

    This article has its origin in a recent presentation I gave as part of this years eSummit for Australia, New Zealand and the Pacific ( http://www.sagesummit.com.au/ ). My focus is usually purely on communicating the technical aspects of Sage CRM but all of us are having to think more and more about the...
    Posted to Weblog by Jeff Richards on 05-22-2009
  • Building a Simple Quick Search Page

    Entities such as Case and Solution use a reference field as an alternative key. This is the 'ticket' number (case_referenceid, soln_referenceid) that is used as a public and convienent way of identifying each record. In the default demo system the fields case_referenceid and soln_referenceid...
    Posted to Weblog by Jeff Richards on 03-05-2009
  • MSSQL Index analysis and creation from Sage CRM (Part 1 of 2)

    This article has come from a very experienced colleague in Australia. Introduction Microsoft SQL Server 2005 added new system tables to assist in the system reporting. Three of these tables in particular are written to every time a query is run. Microsoft SQL Server 2005 processes each query, determines...
    Posted to Weblog by Jeff Richards on 03-05-2009
  • Working with a Stored Procedure that returns a result set.

    I have discussed calling Stored Procedures from within Sage CRM before in the the article " Using the COM CRM.CreateQueryObj() to call a Stored Procedure ". From that article it can be seen that it is possible to call stored procedures where ever a QueryObject can be instantiated. This could...
    Posted to Weblog by Jeff Richards on 02-26-2009
  • Some thoughts on Importing Data

    I have written several articles in the past about the importation of data into Sage CRM. This article then is a 'header' record that attempts to bring these different thoughts together. It is certainly not unusual for a partner to occasionally need to design a custom import mechanism into Sage...
    Posted to Weblog by Jeff Richards on 12-31-2008
Page 1 of 3 (22 items) 1 2 3 Next >