Browse By Tags

  • Creating a Mashup with a FusionChart and Ajax Data using the Client Side API

    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…
  • Creating Ajax calls using the Client Side API.

    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…
  • A Trick to expose an External Table through Sage CRM's SOAP Web Services.

    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…
  • Set the value of a SSA field by using a different SSA field

    Hi All I just wanted to know if it is possible to set a SSA field when selecting the first SSA field in version 7.1. I have a SSA field that is linked to company, and when the user selects the field, I want it to populate a second SSA field also…
  • Can the crm.sdata be used to push a value into another field on the EntryForm?

    Hello, I have modified the SData code slightly from the original example 1 on the api help site and it works except.. when there is a space in the option value eg: "SUMMER BALL", it is ignored. If the value is one word "SUMMERBALL" is works. I understood…
  • Sage CRM 7.3 dashboards not working 'createContextualFragment'

    Hello, After upgrading Sage CRM 7.2 to 7.3 dashboads are working locally on the server but they are not working when accessed externally. Later, i have updated my IE 9 to IE 11 and the result was just a standard error message 'The Dashboard…
  • installation sage crm

    Hi, I tried to install sage crm but an error message mentioned that the filtre isapi is not installed. However it is installed in IIS. How to deal with it. please help. I tried to réinstall it.
  • Changing the Security field in Sage CRM

    Hi, I need to change the security fields of the CRM . I can't find the tables affected in sql server. I had to change the security fields within my application developed in visual studio 2010 using Sage CRM 7 Basic template. Thanks for help.
  • Download link for accpaccrmajax.js for sage 7.1

    Hi, Please let me know the links to download accpaccrmajax.js for sage 7.1 if anyone has that file please share the link or the file. I found a link in sage crm site i.e. https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive…
  • AJAX call to retrieve data from a View

    Hi All, I'm using Jeff's example snippet of making an Ajax call to retrieve two fields from the Company entity. However if I want to retrieve several fields from different tables - would it be possible to make that call via a VIEW rather than a single…
  • Ajax Script unable to retrieve field values

    Hi, I am using the following ajax script to acquire company id but instead ill end up with value "undefined". i tested the variables and these were the results: var companyID = 28, comp_name field of that company is 'Gatecom Inc.' Any suggestions…
  • How to make read only field that retrieve value from AJAX script

    Dear, All https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2009/04/21/using-ajax-to-accessing-server-side-objects-client-side.aspx From above link related with ajax code I have some question. How to make read only field…
  • How to make field that retrieve value from AJAX-client script become read only?

    Hi, I make an SSA field that upon being select will use ajax client side script to get data base on SSA field link to another entity, the problems occur that I want to prevent user from changing the retrieved value but I can't use oncreate script since…
  • Ajax to access Server Side info

    Hi, I have been using this Ajax method to access info from another entity: https://community.sagecrm.com/partner_community/b/hints_tips_and_tricks/archive/2009/04/21/using-ajax-to-accessing-server-side-objects-client-side.aspx I have now upgraded…
  • Save / Discard Changes

    I made a JQuery script that prevents the user from leaving a edit screen if changes are made to it, not using the "Save" button. I tested it with communications and person summary but it should also work with other edit screens. It´s a bit dirty, because…
  • Ajax Code for Chrome and Mozilla ?

    Any Ajax code example which is supported by Chrome and Mozilla ?