Browse By Tags

  • Setting a DLL to be the default "Log me in to" screen.

    A customer had the need to use a DLL to bring together and display data as the first screen that the user saw when they logged on into Sage CRM. Below is a simple screen shot that shows a DLL built using the Sage CRM .NET API as the first screen a user…
  • C# .NET Library on Custom Entity

    I'm having an issue with the redirection from the URL("343") action. The PrevCustomURL variable is not working correctly. The ASP code I've found is as such: var strURL=new String( Request.ServerVariables("URL")() + "?" + Request.QueryString ); myBlock…
  • Redirect to .net Page after EntryForm Submit

    I have a solution where I call the standard Communication Edit screen (ACT=363) from a hyperlink on a .net Page. I need to be able to save the communication and then redirect back to the original .net page. Does anyone have any suggestion as to how…
  • How to reference an extern dll to a Sage CRM project ?

    Hi, It's possible to use an extern dll referenced on a Sage CRM project (Basic Template or Entity Template) ? When I reference my own dll and I use It, I've this message error : An error has occurred in a CRM .net customisation. Please contact…