How to get SDK for Sage 50 Desktop ?

SUGGESTED

Hi
I'm a software developer and my client uses your Sage 50 Desktop software.
I have task to add some wrapper around SDK which allow client to add data into Sage 50 from third party software. I am looking for SDK. I discovered this page : https://support1.na.sage.com/selfservice/viewdocument.do?noCount=true&externalId=119774&sliceId=1&cmd=&ViewedDocsListHelper=com.kanisa.apps.common.BaseViewedDocsListHelperImpl&noCount=true
 but when I install this .exe there is only documentation without any .dll files. So that link is not so helpful.
1. How can I get SDK for Sage 50 Desktop ? in the documentation I see that sdk should be free.
2. I started to study the documentation and I understand that entrypoint is : PeachtreeSession.begin(applicationId) what is this application id parameter ? how to get it ?
3. Is it possible to install Sage 50 Desktop on any free licence ? 30 day trial ? Or the only way to test it is to buy a licence for one month?

Thanks in advice for help 

Parents
  • 0
    SUGGESTED

    Hi  ,

    Thank you for reaching out with your questions about the Sage 50 Desktop SDK. I understand your need for the SDK to develop a wrapper for your client's data integration.

    SDK Access: The SDK for Sage 50 Desktop is available for free as per our documentation. For the versions you need, you can directly download the SDK from the following links in our article:

    If you're encountering issues with missing .dll files in the installation, it might be a problem with the specific download or installation process. I recommend trying the download again, and if the issue persists, please reach out to our technical support team for more assistance. You can reach the SDK team by emailing them at [email protected].

    Application ID: The applicationId parameter in PeachtreeSession.begin(applicationId) is a unique identifier for your application. This is usually provided when you register your application with Sage. If you haven't registered your application yet, I recommend contacting our developer support to get this ID. See this other community conversation for additional details.

    I hope this information helps. If you have further questions or need additional assistance, please don't hesitate to reach out.

    Warm Regards,
    Erzsi

Reply
  • 0
    SUGGESTED

    Hi  ,

    Thank you for reaching out with your questions about the Sage 50 Desktop SDK. I understand your need for the SDK to develop a wrapper for your client's data integration.

    SDK Access: The SDK for Sage 50 Desktop is available for free as per our documentation. For the versions you need, you can directly download the SDK from the following links in our article:

    If you're encountering issues with missing .dll files in the installation, it might be a problem with the specific download or installation process. I recommend trying the download again, and if the issue persists, please reach out to our technical support team for more assistance. You can reach the SDK team by emailing them at [email protected].

    Application ID: The applicationId parameter in PeachtreeSession.begin(applicationId) is a unique identifier for your application. This is usually provided when you register your application with Sage. If you haven't registered your application yet, I recommend contacting our developer support to get this ID. See this other community conversation for additional details.

    I hope this information helps. If you have further questions or need additional assistance, please don't hesitate to reach out.

    Warm Regards,
    Erzsi

Children