Browse By Tags

  • SAGE 50 SDK - Company Open Works on Server but not on Workstation

    I have written an application to post general journals to SAGE 50 using data from a point of sale application. The program works fine on the server where the company files are located but when we moved the application to a workstation where the accounting…
  • .NET 5, 6 Support

    Hello. Do we know when it might be possible to interface a .NET 5+ project with Sage 50? Any idea of ETA or direction would be greatly appreciated. It looks like .NET Framework 4.8 was release just over 3 years ago (April 2019). If you're reading this…
  • Sage 300 integration

    Our company need to integrate sage to our Hotel management software in order to allow exportation of Bills, invoices, payments, suppliers etc to sage 300. I have been looking for in depth resources on how to achieve this, but could not find any samples…
  • Programmatically Trigger Sync from Sage CRM to Sage 300

    We have a custom Sage CRM .NET DLL component that takes data from an external system and updates existing address records in Sage CRM. This was built with the Sage CRM SDK. This Sage CRM installation is also configured with an integration with Sage 300…
  • Error when using UNC Network path to connect via latest .NET SDK (2021.1)

    Hello: I have been experimenting with the latest version of the .NET SDK (2021.1). My configuration uses UNC network paths and not mapped drives. When I try to run any of the sample applications, I get the following error: Object must be a root directory…
  • The entity is read-only

    I am currently developing an app with the .net sdk and am trying to input a sales invoice. All seems well until I call the .Save() method on my invoice. I get the error that the entity is read only. Based on a previous search through the forum, If I go…
  • VendorReceiptFactory filtering

    I would like to filter the List with a customer ID. The VB code looks like this: Dim p As Sage.Peachtree.API.VendorReceiptList = Me.company.Factories.VendorReceiptFactory.List() Dim vendorFilter = PropertyFilterExpression.Equal(PropertyFilterExpression…
  • How to update customer details by his Id using sdk ?

    LoadbyName is the only method I can find in SDK. Can anyone tell me how to get customer details by his Id and then update. ?
  • I/O Error on API call after server migration

    Recently, we had a client's Sage 50 server migrated. A full backup of the company file was taken, moved to the new server, and then the backup restored overwriting the company directory on the new server. We are able to log into the Sage 50 company on…
  • Call function in dotNet dll

    Dears All; when upgraded CRM from 7.1 to 2017 R3, shows the below error. " DotNetBuildError " this error shown when we call the page from dotNET DLL by button or iframe. It was working in the previous version. please advice me.
  • Library Record Creation - Sage 2017 R2 - SOAP /WEBSERVICES - Question

    All, Thanks for taking the time to read this. I have an issue with creating a library record via web services. AIM : Create a library Record -> Populate fields with data. Sample Code: ewarebase[] CRMBase = new ewarebase[1];//Allows reference…
  • .net dll clears values after validate

    Good day, I created a simple dll to test the the validation of all required fields on a entryscreen. The validation works fine but the issue is that once validated all fields values clears and I have to fill everything in from the start. Am I missing…
  • 2017 DEVELOPER DOWNLOADS AND COMPONENTS

    Can someone tell me where I can download the .NET API (CRMSDK) for SAGE CRM 2017 R1?
  • Contact Developer Staff for Developer Key

    I need to get a developer key so I can work on a .NET project, but I have been unable to get any response through the normal developer license application. Can anyone tell me how to obtain a developer key? I need it for 7.3. Thanks! Kelly Hamann
  • Button with blank target

    I have a URL button in C#, i need to open it in new tab but i dont know how. Any help will be appreciated
  • validate unique combination of multiple fields

    Hi I'm trying to write a validation rule in custom .Net . On screen, there are three text fields: I want to write a validation script which will check if the combination of these fields is unique. However, I'm having trouble figuring out how to…
  • Mailchimp Integrate with Sage CRM

    Is that possible to to integrate Mailchimp with Sage CRM (v 7.1.f.s). If yes, can you have any article which explain it?
  • installation sage crm

    Hi, I tried to install sage crm but an error message mentioned that the filtre isapi is not installed. However it is installed in IIS. How to deal with it. please help. I tried to réinstall it.
  • Sage CRM 7.3 trial / demo online?

    Hello, Is it possible to get Sage CRM 7.3 trial online? - in a similar way i can get Sage CRM R2? If not, how can I get it - do i have to place an order for Sage CRM 7.3 installation disc? Any comments or suggestions are welcome. Thank you.
  • How to update a List with .Net/C# development?

    Hello, I want to update a column (comp_status) of my Company list with .Net/C# development. I know it is possible to use a Select Query with ResultsGrid.SelectSql method, but is there a solution for an update? Here is my list: List ResultsGrid …
  • How to create a selection entry type with c# development (.NET API)?

    Hello, I want to create a selection entry type but with c# code (.NET API) and to add to content. E.g : I want to display a selection of status (comp_status). How to create this selection and how to fill it? Thanks.
  • Changing the Security field in Sage CRM

    Hi, I need to change the security fields of the CRM . I can't find the tables affected in sql server. I had to change the security fields within my application developed in visual studio 2010 using Sage CRM 7 Basic template. Thanks for help.
  • How to use .Net SDK to clone a record?

    Hi, May I know if it's possible for me to use .Net SDK to clone a record? Something like the codes below: Record recDeal = FindRecord("deal", "deal_dealid=" + GetContextInfo("deal", "deal_dealid")); Record newDeal = CreateRecord("deal"); newDeal…
  • Why do certain SDK functions take longer complete?

    I am encountering an odd problem and could sure use some insight. I'm rewriting one of our older web applications in order to add more functionality. I have a form to add, edit and delete sales orders. Adding and deleting orders work great but I have…
  • Voiding Checks

    Hi. I can't seem to find anything in the .NET SDK documentation about how to void a check. Once a paper check has been entered as a Payment (assuming that is right), how do I programmatically void it? I was able to find out how to void in the UI and…