Browse By Tags
Home
»
All Tags
»
AJAX
API
Client Side API
clientside
Component
Custom Entity
customization
example
External Database
include files
Integration
JackAllan
Javascript
querystring
Rebuild
REST
Sage CRM 2018
Sage CRM 2018 R1
Sage CRM 7.2
Sage ERP MAS 90
SData
Standalone and Cloud
Training
Web Services
webservices
XML
Blog Post:
Filing e-mails against custom entities
Sage CRM Team
* The code in this article has been updated to fix a bug that caused it not to work for any entity that did not have a prefix that matched the entity name * A while back Jeff Richards wrote a blog post about how to add a button to the communications tab of a custom entity to send an e-mail just like...
on
23 Jun 2009
Blog Post:
A Trick to expose an External Table through Sage CRM's SOAP Web Services.
Jeff Richards
Sage CRM has the ability to link to external databases. Once an external database table is linked to Sage CRM the External Access settings of the linked table can be changed to allow both SData and Web Services access. I have discussed in previous articles how easy it is to provide SData access. ...
on
4 Nov 2010
Media:
Include File for use in pages used in conjunction with AJAX (v1.1)
Jeff Richards
These files have been updated and corrected 2nd November 2009. It has two files in it: accpaccrmajax.js accpaccrmajaxdpp.js These are modified versions of the accpaccrmnolang.js file that ships with 6.1 & 6.2. It has had the section which outputs the HTML. BODY and other tags commented...
on
22 Apr 2009
Blog Post:
Creating Ajax calls using the Client Side API.
Jeff Richards
Below is a screen shot of an Opportunity Summary page. You can see that as the mouse hovered over the Company Name in the 'For' panel of the screen a tool-tip appeared that displayed the company's Status and Type. This is information that is not normally available within the browser when...
on
19 Nov 2013
Blog Post:
Creating a Mashup with a FusionChart and Ajax Data using the Client Side API
Jeff Richards
The screen shot above of a Company Summary screen shows a graph displaying the count of opportunities and cases belonging to the company in the TopContent area. This has been created using the following code added to the Custom Content box of the CompanyBoxLong screen. <script> var myResults...
on
21 Jan 2014
Media:
SData Query Examples
Jeff Richards
The SData 1.1 Standard provides a comprehensive query language. Sage CRM allows the use of SData within SData gadgets where feeds from external Sage applications can be consumed. It also provides read only SData feeds that allows data from Sage CRM tables and views to be accessed. The SData query language...
on
22 Apr 2014
Wiki Page:
492-17466 - Issue processing payload using crm.sdata function
Support team
Summary: An attempt to use the crm.sdata function in the Client-Side API may fail when the user's browser is Internet Explorer. Internet Explorer's JavaScript engine will report an issue reading the payload returned from the SDATA request. Symptoms: The following script error may be displayed...
on
26 Aug 2014
Media:
Component: Display full text of a Note as a tooltip within the Notes List.(Sage CRM 2018)
Jeff Richards
Sage CRM will automatically truncate all text fields, (nvarchar and ntext) to 255 characters when they are included in a List block. This component will add a tool tip to the Notes list that will display the maximum Tooltip allowed by the browser. This file has been tested with Sage CRM 2018.
on
4 Dec 2017