Where can I find a repository of SAGE 100 Scripts which can run .vbs using ODBC
Where can I find a repository of SAGE 100 scripts which can run in .vbs using ODBC?
Scripting Languages* Sage100
Last Comment
Tek Info
8/22/2022 - Mon
Scott Fell
I think what you want to check out are the API's https://developer.columbus.sage.com/docs/services/api/global if that is what you are after. From there Experts can help with a specific api assuming you have some experience with with vbs. In short, most API's are either going to be REST or SOAP. Either way, you can send POST and GET requests using xmlhttpost. The best way to get help is work on something very specific. If you are just starting out, your starting point may just be getting an access token. Once you have that, you can create a new question for the next step.
Tek Info
ASKER
Thanks Scott.
I checked however it does not seem what I am looking for...
I use SAGE 100 and I am simply looking for sample .vbs script which can be used with OBDC so that I can extract data our of SAGE and perhaps form a CSV file of the several fields etc.
I need somewhere to start