Browse By Tags

  • Redirecting a .Net page back to a system screen or to another custom page

    I have written before how to call a Sage CRM .NET assembly from the user interface. The Developer Guide and existing blog articles discuss how we can call an assembly from a tab menu, a button group, a hyperlink from a grid and how an assembly can be…
  • Changing the Default Screen Displayed when Accessing a Record from the RecentList (Sage CRM v7.1)

    A customer had the requirement that when a Person was selected from the Sage CRM RecentList, as in the image below, the NotesList associated should be displayed rather than the Person Summary screen. When the Person is selected from the RecentList …
  • Redirecting from a COM ASP page to a .NET assembly

    You may have a need to redirect from a custom page written using the COM ASP API to a .NET assembly. I have written about redirecting from COM ASP page before in the article " Redirecting to an ASPX (ASP .NET) Page from a Classic COM ASP page " The…
  • Redirecting to an ASPX (ASP .NET) Page from a Classic COM ASP page

    This article follows on from an earlier article " Combining CRM WebServices and ASP.NET ". That article had discussed using the SOAP based webservices of Sage CRM within an ASP.NET page. I had mentioned that such ASPX pages can be called from Sage CRM…
  • Default landing tab -- Company/Person

    When a user selects a company or person from a search screen, the system takes them to the appropriate summary page. Is it possible to direct the system to land on the Communications tab rather than the summary page? We are currently working with…
  • Redirect from WebToLead forms using Request.ServerVariables("SERVER_NAME")?

    Hello, I am hoping someone can help me as I have exhausted my efforts with this one.. We have several domains with lead enquiries to capture into crm. Each time the lead is submitted, there is a Redirect.asp page set in the Web to Lead setting that…
  • Cancel button calling &Cancel method. (caption code)

    Hello, When i am progressing my custom entity to another stage within my workflow another page is displayed containing fields for amendment. (which is fine) This screen contains 3 buttons called 'Save', 'Cancel' and 'Help'. When the cancel button…
  • .NET CustomPage - Button creating new Oppo -> Redirect to Oppo after Saving it

    Hello everybody, we've got a custom page (tab underneath communication) showing additional information. This is realised using a DLL (List, Filterbox, several Buttons etc.). -> Additional Table in 1:n relationship to Communication. Now we've implemented…