• 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…
  • Hide button in new quicklook

    Hello, I have created a new Quick Look page that shows several lists from custom entities. My new Quick Look Tab is made of a Container Block that is made of 3 lists blocks with custom lists. I choosed this way to create the Quick Look because the…
  • Grabbiing Assigned User Email and Phone

    CRM 7.1g Hello All, I created two fields in the leads module, assigned user email and phone, so that when their info can be added to the email template. The goal is to have the ability to send a mass email to all leads and have the contact info of…
  • 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…
  • Hiding Fields Using Custom Content and OnChange Script

    Hello All, CRM 7.1i I am having issues hiding fields and keeping them hidden. I have tried different syntax and the code is not working correctly. In IE, the fields stay hidden after the save but while in the record, the fields dont change depending…