Browse By Tags

  • Custom ASP Page Error

    Hi all, I am building a custom asp page to run in CRM but when i open the page on the application I get the following error : Class: CRMWrapper - Method: ExecWebPageNew - Error: The module was expected to contain an assembly manifest. (Exception from…
  • 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…
  • Controlling Button Positions in ASP pages

    A customer had a requirement to add additional buttons to a custom ASP page. These buttons had to be displayed at the bottom of the screen in a way similar to the buttons in the marketing area. But you can have the buttons appear anywhere you like…
  • 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…
  • Sage CRM 2021: Invoking Workflow from Self Service and Web Service (SOAP) Based Applications

    One of the challenges that a developer will face when working with Self Service or with an external Application using the SOAP Web Services interface is that workflow is not fully covered by the APIs. Self Service and Workflow Self Service uses the…
  • Creating XML feeds from Sage CRM

    In this article I want to think about the creation of an XML feed from within CRM. The structure of an XML feed may look like this: [code language="xml"] [/code] To test this XML do the following 1) Create an empty text file. 2) Save the file…
  • Calling a Sage CRM COM object from a .NET project.

    I wrote an article just a little while ago that discussed how a System Administrator could easily reset a users password. See: Resetting Passwords Within the article was example code that demonstrated how an External COM logon could use a QueryObject…
  • Combining CRM WebServices and ASP.NET

    The links in this article have been corrected and updated. It might seem that you can't use ASPX pages in the context of Sage CRM, but that is not the case as you can see from the simple example below. You can create a seperate ASP.NET application…
  • ASP.NET Pages and the Self Service API

    I have been asked about using Sage CRM Self Service API with ASP.NET. Imagine that you may have a customer that is using ASP.NET as the underlying technology of their corporate website. You may now have implemented Sage CRM for them and they now want…
  • 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…
  • Custom ASP.NET file error

    Hi, We are developping a custom ASP.NET page to upload an excel file. Once this fileis uploaded, we're using the webservice interface to import/update those "excel records" into a custom entity. That part works perfectly ! We created a buttongroup…
  • .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…
  • Updating UDF in SO Line

    i am trying to update a UDF in line level using script on a button click Dim count Set fso = CreateObject("Scripting.FileSystemObject") Set dict = CreateObject("Scripting.Dictionary") If (fso.FileExists("C:\XIDT\line.txt")) Then Set file = fso.OpenTextFile…
  • 3rd party integration with sage 100

    Hello Everyone, I am trying to build a 3rd party C# application for my client on sage 100, i read several things but was not able to achieve this, i have been trying few sample codes to connect with sage using BOI but i am not able to read data from…
  • Development Partner resources

    I just joined the Development Partners program because based off the website the program offers “Access to a software development kit (SDK), including tools, sample code, and resources you need to successfully develop and test applications. For selected…
  • Sales Order Entry via BOI

    Please forgive me as I have been scouring the internet and other Sage sites to find the answer to this question with no avail. I am trying to insert a sales order from c#. The order gets created, yet it doesn't have an assigned customer or any lines…
  • BOI Error on SO_SalesOrder_bus NewObject

    I am hoping someone can steer me in the correct direction. I trying to get an MVC script to enter a sales order. As far as I understand it (I do not have much experience in BOI) I need an instance of the SO_SalesOrder_bus. The problem occurs when I try…
  • "Logon Failed" error attempting to read Sage 100 ERP 2014 data using ASP.NET & IIS 8

    I have an ASP.NET 4.0 site running on IIS 8. The application pool is set to enable 32bit applications. I have created a 32bit DSN that accesses Sage 100 ERP 2014 data. It successfully returns tables when I test it. When I try to read any data from Sage…
  • Not able to find BOI/ SDK/ Documentation for help in development using Visual Studio

    Hi All, I had installed SAGE 100 ERP 2013 Premium and Advanced version on my windows serves 2008 operating system but after installing I am not able to find any SDK documentation file having the extension .pdf or .chm or anything else. Please help me…
  • Using the Sage 300 .Net API from ASP.Net MVC

    Introduction In this blog posting we are going to switch from using WinForms projects to an ASP.Net MVC project. ASP.Net MVC is Microsoft’s newest Web Development Platform. Be careful not to confuse ASP.Net MVC with ASP.Net . Both are still available…
  • Writing a windows service in .NET to add sales orders using BOI on a MAS 200 4.4 client machine

    Hi everyone, can anyone tell me if it is possible and what to think about if I want to write a windows service in .NET to add sales orders using BOI on a MAS 200 4.4 client machine. (Preferably the client machine. Its just to simplify my deployment…