in Search

Browse by Tags

All Tags » Meta Data (RSS)
  • Changing the WSDL file

    This article was updated (31st October 2009) to correct links. It is perfectly true that for an early version of 5.8 we managed to generate a malformed WSDL file so that briefly people had to manually change the WSDL file to get webservices to work at all. But that was a tweak to correct the generated...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Always Use Default Database

    The links in this article were corrected on 31st October 2009. This option, that is available for an on premise install, is found under Administration -> System -> Database It looks like this feature would provide the ability for a user to define an alternative database to log into from the opening...
    Posted to Weblog by Jeff Richards on 10-31-2009
  • Investigating new and changed Meta Data structures in an installation of Sage CRM

    I have added to the resources section two very simple SQL scripts that can be used to help you report what new Meta Data structures have been added to an install of Sage CRM and what has been changed since a certain date. The two scripts rely on the fact that Sage CRM is a Meta Data driven application...
    Posted to Weblog by Jeff Richards on 10-08-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
  • 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
  • The Programmatic Refresh of Meta Data using COM ASP API

    This article has been edited 9th June 2009 to following the coding convention introduced in Sage CRM 6.2. This article will discuss 1) 2 methods to programmatically control the refresh of meta data. 2) The display of the old style workflow configuration screen that governs the marketing workflow Background...
    Posted to Weblog by Jeff Richards on 06-09-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
  • Using Joins in Web Services

    Imagine you need to retrieve information from CRM via the webservices interface; this query should combine data from multiple tables. In the COM API (ASP pages, self service, table level scripts etc) you could use the QueryObject to build the exact SQL you need. var mySQL = "SELECT Person.*, Cases...
    Posted to Weblog by Jeff Richards on 06-09-2009
  • Adding a new Panel to a Summary screen e.g. Company Summary

    A screen like the company summary screen has a very particular structure because it is partially defined in meta data and partial has its structure hard coded into the system action being called. The detail of this is discussed in the article " Changing a Summary Screen (e.g. Company Summary Screen...
    Posted to Weblog by Jeff Richards on 05-22-2009
  • How does Meta Data create a Screen?

    If we consider a screen like the Case Summary screen we can imagine it being built in a series of layers. If we consider the hyperlink http://localhost/CRM/eware.dll/Do?SID=198369875659391&Act=281&Mode=1&CLk=T&Key0=8&Key1=43&Key2=57&Key8=46&T=Case We can see that the Action...
    Posted to Weblog by Jeff Richards on 05-22-2009
Page 1 of 3 (27 items) 1 2 3 Next >