• Error #12: File does not exist (or already exists) File: FL_Options

    Hello everyone! I'm attempting to update records in `PO_ReceiptHeader` and `PO_ReceitDetail` through SAGE 100 SData (via a custom built web app), however I keep running into this error : ```<?xml version="1.0" encoding="utf-8"?> <sdata:diagnoses…
  • '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…