Can we use Sage300-SDK with Sage 300 2020 (non-cloud)

SUGGESTED

We have Sage 300 2020 On Premise (Not cloud), can we use this SDK https://github.com/SageNADev/Sage300-SDK for development?

Thanks!

Parents
  • 0
    SUGGESTED

    No, that SDK on GitHub is for Web development only. For desktop development, you need to purchase the desktop SDK. Or as Jay said, don't use an SDK - just use the API which is free for anyone to use. It really depends on what sort of development you want to do.

  • 0 in reply to dingosoft

    Dingosoft, thank you for your reply.

    We want to be able to integrate the following data flow between Sage and a website.   
    1) save into Sage the orders received through the website
    2) retrieve inventory, customer information from Sage and display it on website.

    For such purposes, do we need to use SDK or not?

    Thank you!

  • SUGGESTED

    Writing orders from a db to Order Entry can absolutely be accomplished using the API (no SDK required).  
    When extracting data for use on your website, you can also use the API, but you may achieve better results reading directly from the database.

    To start the process, I'd suggest recording a macro while entering an order.  This will provide a basic framework you should be able to build on.  If you run into specific challenges, there is a wealth of knowledge within the VBA forum for the searching and / or asking.

Reply
  • SUGGESTED

    Writing orders from a db to Order Entry can absolutely be accomplished using the API (no SDK required).  
    When extracting data for use on your website, you can also use the API, but you may achieve better results reading directly from the database.

    To start the process, I'd suggest recording a macro while entering an order.  This will provide a basic framework you should be able to build on.  If you run into specific challenges, there is a wealth of knowledge within the VBA forum for the searching and / or asking.

Children