• Custom Entry Screen issue on Sage CRM 7.3

    We built a custom screen using .Net API running on Sage CRM Version 7.3 C.1. I will try to elaborate the problem in best possible approach. Problem Details: In Sage CRM 7.3 C.1 version, we have designed Custom Case screen. We have renamed Case entity…
  • Hide entity tab on iPad

    Hello, i need to display/hide tabs in condition to field values. In the crm desktop version, there's no problem with hiding tabs. For example, i added a tab "Protect Details" with the SQL condition proj_performance_line like '%Protect%' . In result…
  • Pie chart - SQL error on linked table

    Hi, I have an ASP page and I want to display a chart pie on it. I keep getting the error that the SQL query is wrong Here is my code: var chart = CRM.GetBlock('chart'); with (chart) { Stylename('Pie'); Resize(600,600); XLProp="Allo_Label1"; YProp…
  • 404 error and different URLs of same tab item

    Hi, I have created an ASP page that I saved in CustomPages folder under wwwroot. Then I added under System Menus->User a new caption with customfile referencing the asp page. The caption appears on the My CRM drop down menu and on the horizontal tab…
  • Quote Items - Page Reloading

    We have Line Item Screen Position set to Split. When we add a new line item or modify a current item, the page reloads and we are at the top of the page. The users has to scroll back down. 1. Is there anyway to avoid this? If I recall correctly this…