Hints, Tips and Tricks
Home
Downloads
Hints, Tips and Tricks
Technical Hints Tips and Tricks that cover customization and development using Sage CRM. API usage and coding are covered.
RSS for posts
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
The Sage CRM .NET API
Posted
over 17 years ago
by
Jeff Richards
5
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...
Creating a new database connection to Sage X3 (Part 6)
Posted
over 10 years ago
by
Jeff Richards
2
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...
Connecting to an External ODBC database e.g. Sage 100cloud
Posted
over 14 years ago
by
Jeff Richards
11
I needed to establish a connection to the Sage 100cloud database to allow me to check details about a customer record within the integrated system. A direct connection to an ODBC database is a very useful...
Control of Grids, Lists and Columns Using the Client Side API
Posted
over 10 years ago
by
Jeff Richards
7
The Client Side API contains methods that make it much easier to select rows, columns and individual cells for manipulation. Properties can be set, new data displayed in tool tips and the style of each...
Creating a new database connection to Sage X3 (Part 5)
Posted
over 10 years ago
by
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...
You may need to recreate views manually
Posted
over 15 years ago
by
Jeff Richards
13
Please note that this is not an exhaustive discussion and but simply represents the things that come to my mind when seeing this error. Why does it appear? The can be several reasons why this message...
Quick Tips for Viewing Your E-marketing Results
Posted
over 11 years ago
by
Kevin McNamee
4
You've set up Sage E-Marketing for Sage CRM and your emails are being distributed successfully. However, when it comes to analysing the performance of your email marketing campaign you notice that...
Accented characters not displaying correctly in ASP pages.
Posted
over 14 years ago
by
Jeff Richards
This is a very short tip and one that you may well know, but since I have just run into the problem again, I thought it was was worth a mention. Do you ever see problems like this? This when characters...
Adding a new Panel to a Summary screen e.g. Company Summary
Posted
over 7 years ago
by
Jeff Richards
43
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...
Connecting to a Sage MAS ERP 90 Database as a Linked Server within MS SQL Server 2008
Posted
over 14 years ago
by
Jeff Richards
9
A Linked Server within MS SQL Server is type of 'alias' within the SQL server that points to an external data source rather than a SQL Server database. This external data source can be in another...
Controlling Tabs with the Client Side API
Posted
over 10 years ago
by
Jeff Richards
One of the common requirements that I hear during my conversations with partners and customers who are implementing Sage CRM is that at different points within a workflow or business process the organisation...
How to schedule a Tomcat service restart
Posted
over 11 years ago
by
Sage CRM Team
5
Recently, I’ve noticed some forum posts on the Sage CRM Community about the Tomcat service not working properly and that this might be effecting Exchange Integration. To help with this, I’ve...
The Client Side API
Posted
over 11 years ago
by
Jeff Richards
15
This is a simplified and specialised set of code libraries that will allow easy screen customizations. The API is based on the JQuery syntax although I must stress that knowledge of JQuery is not needed...
A Simple Webservice Sample Using ObjectiveC
Posted
over 11 years ago
by
Wing Kwong
1
The CRM Developer Guide shows examples of using the Web service in C# and VB.NET. If you are interested in developing apps for iPhone using Objective-C, here's a quick example on how to connect to...
Calling extensions (ASP pages and .NET assemblies) from buttons added using the client side API
Posted
over 10 years ago
by
Jeff Richards
The new Client Side API adds a very easy way of adding new buttons. crm.addButton(imageURL,captionfamily,captioncode,[options]) The new Client Side API allows application extensions to be called...
Integration with External Systems and the Synchronization of Application Data
Posted
over 7 years ago
by
Jeff Richards
6
Introduction Sage CRM is integration-ready straight out of the box. It can integrate quickly with Sage BMS products, as well as other external applications through secure, standards-based web services...
Creating a new database connection to Sage X3 (Part 7)
Posted
over 10 years ago
by
Jeff Richards
This is the seventh article in a series that discusses creating a new database connection to the Sage X3 database using the standard Sage CRM features. Previously I have shown how a simple Search screen...
Schloss Schwanberg Part 8: Adding Guest Information
Posted
over 12 years ago
by
Jeff Richards
This is the eighth of a series of articles that will will walk you through the Schloss Schwanberg case study. You can download the case study used at the conference here: https://community.sagecrm...
Adding Google Charts in Sage CRM screens using Client Side code
Posted
over 12 years ago
by
Jeff Richards
1
A customer had the requirement to display certain numeric data graphically within their Self Service site. Their requirement was to turn a field displaying numeric data on their public site into a 'widget'...
The Sage CRM StoredProc Data Type
Posted
over 15 years ago
by
Jeff Richards
8
In the default system the StoredProc datatype is used to generate the reference id values for Case_referenceid Soln_referenceid When a new record is created, these columns invoke a call to...
Creating a Codeless Search Screen on an External Database using RunBlock
Posted
over 12 years ago
by
Jeff Richards
RunBlock is one of the most useful ways of extending Sage CRM. It is a pure meta data driven approach and can allow us to swiftly create new screens that list and present data from within Sage CRM and...
Combining CRM WebServices and ASP.NET
Posted
over 15 years ago
by
Jeff Richards
14
The links in this article have been corrected and updated. It might seem that you can't use ASPX pages in the context of Sage CRM, but that is not the case as you can see from the simple example...
Listing Files Not Uploaded and Stored using the Sage CRM interface
Posted
over 14 years ago
by
Jeff Richards
12
Occasionally you may customer requirement to store relatively large numbers of documents associated with a company, person or opportunity record outside the main librabry mechanism. As an example of this...
Controlling the properties of New Buttons adding using the Client Side API
Posted
over 10 years ago
by
Jeff Richards
4
The previous article " Calling Extensions (ASP pages and .NET assemblies) from Buttons added using the Client Side API " discussed how new buttons can be added to system screens. This article...
Key Values in URLs
Posted
over 17 years ago
by
Jeff Richards
10
If you do any customization. Then very quickly you start to build hyperlinks that need to bring you directly into the correct context. Consider this partial URL from the Summary tab of the Company context...
>