Browse By Tags

  • 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…
  • 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…
  • 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…
  • 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…