Browse By Tags

  • What makes an Entity?

    The concept of the Entity is important within Sage CRM and is used through out the system. When dealing with databases and designing applications the term entity can be used to describe anything of significance. This is true for both real and conceptual…
  • Controlling Top Content

    Above is a screen shot that shows a default opportunity summary page. At the top of the page is the frame that contains the TopContent information. Sometimes this is called the context information. In this screen the TopContent brings in data from the…
  • What is a Block in Sage CRM?

    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 be referenced to extend the system. The API objects…
  • The Sage CRM .NET API

    The diagram below shows the general architecture of Sage CRM. Here you can see very clearly that the .NET API is an alternative and NOT a replacement for the COM API which is currently used to build application extensions with ASP pages. Both…
  • CRM Lists With No Meta Data - Full Column Object Properties / Methods List

    If someone could point me in the right direction I would be really grateful. As the subject suggests I am currently building a CRM List Object within an ASP page which does not reference Metadata. The list itself is working and returning the data as…