Browse By Tags

  • How to check Address Type unicity

    Hi ! I'd like to implement on SageCRM 7.3 the following controls and I'm looking for ideas because it refers to a very specific point in the system Address Types : First control : Making Address Type required (Link_addressType). As it is not a field…
  • Select List Option and Trigger Input of Value

    Hello, I am hoping to have an option in a normal select field selected and the value chained in the statement, entered directly to a integer field. I am not able to trigger the update on selection until the screen is submitted - saved and then…
  • Sdata / JSON doesnt work locally only externally.

    Hello, I have a small JSON script which retrieves a list of records. This script works perfectly when CRM is accessed externally but doesnt work at all when CRM is accessed internally. By internally, i mean accessing CRM locally on a machine (PC or…
  • Client side issue

    I have created a custom entity and I can get to all of the fields except one via the client side API. the field is status. bldg_Status to be exact. crm('bldg_Status').text() or .value() or .anything yields undefined response if I use jquery $…
  • Sage CRM 7.2 - Hide Phone and replace with Mobile Number on Person top content screen

    Hi, Anyone know how to hide "Phone" (in red square) and replace with "Mobile Number" (in green square) from Person top content screen. I can manage to put mobile number on screen but how to hide "Phone"? I did some research and found that someone…
  • Client side API

    I am writing a new Javascript using the Sage CRM Client side API, I use the crm.ready() function and test using the Chrome developer console, I get an error Uncaught ReferenceError: crm is not defined , I am using CRM 7.2C, am I missing some thing while…