Browse By Tags
Home
»
All Tags
»
COM
»
Web Services
.NET API
ASP
ASP.NET
eWareQuery Object
GCRM
Import
Integration
joins
newproduct
orders
quotes
redirect
Runblock
sage crm connector
Sage ERP X3
Sage X3
SData
Self Service
SOAP
SQL
System Parameters
uom
Views
webservices
Workflow
Blog Post:
Sage CRM's SOAP Web Services and Sage CRM's COM based Web Self Service API.
Jeff Richards
The two APIs that I wish to consider in this article are mature, well developed and stable. They've been in the product for a very long time. Nevertheless, they are still used and still very much a useful pair of development options. In fact, they both play a very important part in integration and...
on
8 Sep 2016
Blog Post:
Redirecting to an ASPX (ASP .NET) Page from a Classic COM ASP page
Jeff Richards
This article follows on from an earlier article " Combining CRM WebServices and ASP.NET ". That article had discussed using the SOAP based webservices of Sage CRM within an ASP.NET page. I had mentioned that such ASPX pages can be called from Sage CRM tabs (and by extension Button Groups...
on
4 Jan 2011
Blog Post:
Invoking Workflow from Self Service and Web Service (SOAP) Based Applications
Jeff Richards
One of the challenges that a developer will face when working with Self Service or with an external Application using the SOAP Web Services interface is that workflow is not fully covered by the APIs. Self Service and Workflow Self Service uses the COM API and is designed for use in ASP pages....
on
20 Sep 2010
Blog Post:
Checking Versions in Sage CRM
Jeff Richards
How can we tell what version has been installed? The patch and version of the software is announced on the Logon Screen. Again within the product you can check the version by going to My CRM> Preferences and clicking the About CRM button. The version can be checked programmatically. This becomes very...
on
5 Feb 2008
Blog Post:
Using Joins in Web Services
Jeff Richards
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.*,...
on
9 Jun 2009
Blog Post:
Some thoughts on Importing Data
Jeff Richards
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...
on
31 Dec 2008
Blog Post:
Creating a new database connection to Sage X3 (Part 1)
Jeff Richards
This is the first article in a series that will discuss creating a new database connection to the Sage X3 database using the standard Sage CRM features. The articles will take you through the steps so that you can understand how you can add new screens and grids to Sage CRM that will allow the listing...
on
9 Oct 2013
Blog Post:
Creating a new database connection to Sage X3 (Part 5)
Jeff Richards
This is the fifth article in a series that discusses creating a new database connection to the Sage X3 database using the standard Sage CRM features. Views that are intended to be used to list data from Sage X3 need to share a common key with the corresponding data in Sage CRM. We used as an example...
on
20 Nov 2013
Blog Post:
Creating a new database connection to Sage X3 (Part 6)
Jeff Richards
This is the sixth article in a series that discusses creating a new database connection to the Sage X3 database using the standard Sage CRM features. Fields that exist in the linked view in Sage X3 are mapped automatically to the Sage CRM Entry Types based on their physical database type but actually...
on
27 Nov 2013
Blog Post:
The relationship between the SOAP Web Services and the other APIs
Jeff Richards
A customer asked me whether the SOAP Web Services were an extension of the .Net API or a separate API built on top of the COM API. Below is a diagram that is frequently used to explain the Sage CRM Architecture. This diagram represents the hybrid architecture of Sage CRM pretty well. It shows...
on
23 Sep 2016
Blog Post:
Sage CRM 2017 R2: Embedding Sage CRM Screens (ASP & .NET extensions) in External Applications
Jeff Richards
This article has been written for partners who need to be able to call Sage CRM screens in the context of external applications. This is not such a strange idea as there are several partners who have created add-ons to MS Office or to other desktop products that need to reference screens and data from...
on
5 Jun 2017