• Bill.com

    Has anyone done any integrations or been asked to do any integrations with Bill.com? I have had several inquiries as the Bill.com site has the Sage logo, but the integration they offer is for Intacct, not Sage 100 ERP. I have mapped it out to be able…
  • Have you ever had performance issues with Starship due to your UDFs? What is your UDF count?

    Hi all, We've been using Starship for years but in the last week have experienced major delays and performance problems EXCLUSIVELY with their integration (meaning other 3rd parties like ScanForce, Avalara, Paya, TrueCommerce, Insynch, etc.... are performing…
  • Non-existent items

    We're currently using the Sage100 C# NuGet package noted below. We've run into a situation whereby a miscellaneous item (CI_Item) is visible in the UI and via OBDC connection however, we're unable to find the item using the MASRecordset utilities…
  • SAGE 100 2018 Integration with Odoo

    Hi, We are using SAGE 100 2018 Version for the last 5 years. We would like to integrate the following records from SAGE to Odoo using API. Can anyone let me know, whether integration is possible for this records. 1. Customer 2. Work order …
  • Getting started with SData (posting/creating customers)

    So I've got SData installed and working. I can ping AR_Customer to get a list of customers. However, attempting to post to this endpoint with the following body fails: Of note, I've slimmed down the payload to only what is known to be the simplest required…
  • sData Create Sales Order Payload Sales Order Lines with W/T and Job OPS

    Hi Everyone, We are working on an ecomerce intergration using Sdata. A plain order works with the lines, qty and price coming over. We are stuck when we try to sent a SO that has Parent Items that need work tickets created and assigning the child…
  • Sage 100 integration with Concur Expense Management

    We have a Sage 100 client who is looking at Concur Expense Management. Has anybody integrated this with Sage 100? How did you do it? What were the difficulties? I'm looking for thoughts and/or recommendations. Thanks.
  • Is there any way by which we can achieve integration between ACT! and Sage 100?

    is there any way by which we can achieve integration between ACT! and Sage 100?
  • Documented needed to help create new modules

    My apologies if I'm not in the correct forum for this. (It seemed to match the best from the list I was presented with.) I'm looking for documentation on building modules to run from the Sage 100 desktop. I've taken a number of the courses (including…
  • Hubspot

    Is anyone out there utilizing HubSpot? And if so, are you transferring data both to and from Sage 100? Or just transferring data from HubSpot to Sage? Any problems with the integration?
  • Anybody else having issues with JobOps/Scanco integrating with other ISV's?

    We have been using Sage 100 along with the Scanco and JobOps modules for quite some time. We recently purchased a module from another ISV which requires some integration work to be completed to ensure they operate together without conflicts. We’ve tried…
  • Ar Cash Receipts using BOI

    Hi community! I need some help. I have an almost perfect code here in C# posting a payment in cash receipts. The only problem is that the batch amount is duplicated. The batch total is $520.00 instead of $260.00. What am I doing wrong? Here…
  • Strange behavior with Shipping Rate Maintenance with Sage 100 2018 Premium and SData/Web Services

    Hello! We just upgraded from Sage 100 2014 Advanced to Sage 100 2018 Premium. Our website for years used e-Business web services / SData integration. All worked fine. And after upgrade all is good, except this small issue - custom rules with shipping…
  • Concur Standard for 100 ERP Sample Upload

    Hi Everyone! We are going to be using Concur Standard to handle our company credit card expenses. The Concur rep told me to contact Sage and ask for a sample input file so she can customize our upload file to Sage's specification. I contacted Sage…
  • Is SData a technology we can expect to be improved and developed in Sage 100 Standard?

    We've built a connector between WooCommerce and Sage 100 Standard using SData and have found that SData has some quirks that have proven to be a real pain to work around. It's also not very well documented (at least the version of SData used in Sage 100…
  • How to delete a Sales Order Invoice using SData in Sage 100?

    I have a need to delete a Sales Order Invoice using SData and I can't seem to figure it out. When I run an HTTPS DELETE request to https://<sdata-connector-server>/sdata/masapp/mascontract/<company-name>/SO_InvoiceHeaderSPECIAL('0026094') I get the following…
  • Does the SData Native Adapter that comes with the Sage 100 2018 installer add additional functionality over the Sage 100 2017 version of the adapter?

    We are currently using the SData Native Adapter with Sage 100 2017 to connect our store application with Sage. I'm trying to decide if it would behoove us to upgrade to Sage 100 2018 and the associated SData adapter. I'm wondering if the new adapter gives…
  • Sage 100 2014 SData GET returning lots of unwanted HTML in addition to the desired XML

    How do I get the SData GET to return only the XML with the requested data items? It is currently returning a ton of unwanted HTML that is a waste to transmit on every GET. I have tried different Content-Type options, but nothing I tried has worked: …
  • 'PVX data deserialization failed' during data transfer through SDATA after upgrade

    Upgraded from v2014 to v2016. When trying to transfer data from third party (Service Pro) to Sage 100 through SDATA, client is receive the following error: { "d": null, "Message": "PVX data deserialization failed.", "Errors": { "Validation": [], …
  • Recommended SData Implementation

    The only useful documentation/tutorials I can find for SData is a really old youtube series on SData Consumers and the SData 2.0 github page. Which is the recommended implementation for using SData? If you could provide an example of the second option…
  • SData Provider Adapter Usage

    I'm trying to test out my connection to the SData portion of my installation of Sage 100 ERP. When I test it using the C# Client helper way of adding an SData Reference in my VS project using a url to the schema file (ex: http://[server name]/sdata/MasApp…
  • Has anyone integrated SAGE with one of the Docusign APIs?

    We'd like to take a sales order form that SAGE 100 emails to customers and instead run it through the Docusign API. This would allow our customers to e-sign for custom orders instead of printing out, signing, and scanning forms. Has anyone done this?
  • Signature Pads for Sales Order Module

    Hello Everyone, I've read the previous posts referencing signature pads; however, they are all outdated. The company I work for is looking to implement the use of signature pads with our sales order module to streamline our processes. Currently, we…
  • Website integration

    We have a customer currently in v4.3 (waiting for SWK POS) ready to move to v4.5 within the next 4 weeks. They are building a complete website with ecommerce using Magento (?). What integration tool would be best to use to integrate (read/write) data…
  • SData Error when using PUT on SO_InvoiceHeader

    I'm implementing an update operation for our integration and when I attempt a PUT operation I get the following error: This entry already exists in batch SERVO. Here's the raw request: PUT ~/sdata/masapp/mascontract/abc/SO_InvoiceHeader('0100117…