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…
  • 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…
  • Jquery Collapse Show in IE9

    Anyone have experience using collapse and show in IE 9 successfully? example: on change if (crm('mychange').value()) { crm('myfield1 myfield2').show(); } else { crm('myfield1 myfield2').collapse(); } In IE9 at least, after fields…