• Sage CRM C# .net Pre-populate field/s on the server side

    Hello, I am trying to prepopulate some fields in my screen as follows: (the result of this is an empty screen with label "NoQuery") Record recTrackingExistingCompanyValues = new Record("ProspectTracking"); recTrackingExistingCompanyValues.SetField…
  • Sage CRM 7.2 - Displaying searched company record without go back to Find screen

    Hi, Here's requirement I got - Select Find to search for company (result as below pic) - Select first searched result to display company summary screen - Add 'Next' button on company summary screen which will allow to navigate to next searched…
  • Accessing Apache services programmatically

    I would like to be able to execute a CRM Service programmatically. Specifically, I would like to execute a SwiftPage email blast from an ASP page and/or from a file using the windows cscript/wscript provider. There are a variety of reasons why this needs…