• Json using Sdata to retrieve person email address (from Email, EmailLink tables)

    Hello, I have a script for retrieving person details on the client side. However, this script cant retrieve data from EmailLink table. At least, it appears like it just stops at this point. I couldnt find this table within Sage CRM (UI) but if its not…
  • Sage CRM 7.2 - ASP Screen Customization passing value to another iFrame

    Hi there, I'm trying to passing value (Year and Month) from Frame 1 (in pic below) to retrieve data from database and display in iFrame list below. I'm trying to get value from Year textbox and passing via URL (like http://localcrm/CRM/custompage…
  • Sage CRM 7.2 - An unexpected event has occured : Exception : field Quot_OrderQuoteID not found

    Hi, I'm facing this error, "An unexpected event has occured : Exception : field Quot_OrderQuoteID not found." Here's step: 1. Go to Quote screen 2. select "Product Code" , "Edit Line Item" screen will appear on the bottom & then select "Delete…
  • 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…
  • How to perform CRM.sdata search with custom field? (where clause doesnt work)

    Hi, I have a JavaScript code on a screen in custom content area. I also have a field called serial number on that screen. When value of this field changes, it will automatically search for a record with the value provided. The problem is, it appears…
  • The Dashboard has experienced a problem. Please contact your System Administrator.

    Hi, My dashboards are working on the server but they are not working when accessed externally from a public network. Additionally i checked my error log : 192.168.133.201 - - [07/Feb/2014:09:53:26 +0000] "GET /crmj/metadata/-/$service/refreshSysParams…
  • CRM7.2 js inclusion

    I see a folder in CRM 7.2 called ....\Sage\CRM\CRM72\WWWRoot\js\custom Can I include a client side js file to always be downloaded/included on every screen in CRM now from here? (if not how could i do this?) Or is this just for server side code…