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…
  • Sending an email with an attachment in asp.net

    The customer has elevator technicians out at customer premises completing PDF forms that get posted to a portal. The staff in the office needs to perform the following processes on each document. 1. Create a communications 'ticket' record that has custom…
  • Submitting form values to an external website after record insertion.

    Hello, I seek a little advice as i am new to this (external accessing) concept. From what i understand, is that an external access to Sage CRM in a secure and the only way can be achieved by using Web Services which are using Sage API. However…
  • .Net API

    Hi Guys Our client's requirements are to create a file upload screen where they upload Excel files to & some processing is done on the data. I simple interface with a file upload & a submit button. Below is the code. public override void BuildContents…