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…
  • Sending Data from Sage CRM to Sage 50

    I am looking to integrate Sage 50 ( 12.1.578.0) with Sage CRM 2017 R3. What Version of SageDataObject and Sage50WebServiceInstaller do i need and where can i Find it to download ? is SageDataObject200 is right to use ? Thanks
  • Call aspx from CRM, with webform

    Hello, I am trying to call a web proyect with a aspx page within CustomPages, but the problem is than al aspx.cs files arte not processed by CRM website in IIS. MAybe i didn't explain the problem very good, but can be a method to launch the web application…
  • Opening asp.net page from tab in 7.2

    Hello, I modified the Opportunity Tabs adding a new tab which calls an asp page. The asp page contains the following... <!-- #include file ="..\sagecrm.js"--> <% Response.Redirect(CRM.URL("EquipmentRequest/default.aspx")); %> What I expected…
  • Use COM API in aspx selfservice page?

    Hi all, I have developed an aspx page to upload files to the server through the web SelfService . I added the access to the main page . The page loads correctly , but the JavaScript in the " include" pages not interpreted. My question is , can I call…