Browse By Tags

  • Managing Entity Progress easily with .NET SDK ???

    Hi all, I have three different workflow for three different entities : Opportunity, Contracts & Services (where Services depends on Contracts) I need to implement relationships and automatisms between those elements as they are part of the same Global…
  • Set the value of a SSA field by using a different SSA field

    Hi All I just wanted to know if it is possible to set a SSA field when selecting the first SSA field in version 7.1. I have a SSA field that is linked to company, and when the user selects the field, I want it to populate a second SSA field also…
  • Self Service : is it compatible with any browser ?

    Hi, We are using Sage CRM i7.5 (which is the French 7.1.h) and are facing a compatibility issue with Internet Explorer METRO mode. It seems that Internet Explorer in METRO mode is not yet supported: File : MC_Global.js (line 261): //CC75 Pas…
  • Building a custom calendar ASP page

    Hi everyone. I am currently investigating on how to build an ASP page that has a custom calender. I want to show a certain entity in the calender based on the entitiy's datetime property. The calendar I want to show is something shown in the My CRM page…
  • Filter Items not showing --All-- or --None--

    I'm building list screen to show Cases for a custom entity but for some reason even though the filter box is set as a search screen and attached to the correct list I'm still not getting it to automatically add the --All-- and --None-- options to the…
  • Communication Continue Button

    Hi, I am redirecting to a communication record using a redirect inside an asp page. The company summary page loads fine but the continue link seems to be broken, all other buttons are fine. The URL for the continue button seems to be "http://{server…
  • Confirm Messege

    Hi, When click button on the ASP page i want show Confirm window Like: var SQL = "{call RepairedAllVins("; SQL += UseId; SQL += ")}"; Container.AddButton(eWare.Button("Repaired complete", "ClearConflicts.gif","javascript: var sconfirm = confirm('Are…
  • New Screen error

    Hello, I have custom entity named "LinkedVin " I want to change "Associated View" to read from custom view . I add new view named "vLinkedVinDesc" from "views tab" on the" LinkedVin" entity. Then go to the "Screens tab" and click the change button…
  • Custom entity asp page document drop redirect

    I have a custom entity, called LeadDB, which is navigated to by means of a find screen. I have added a library and the library page includes the document drop. The LeadDB may or may not be linked to a lead as its parent. Therefore I have the document…