Browse By Tags

  • Access Sage CRM relationship data via Rest API (sdata)

    Is there a way to acces and update Sage CRM relationship data? We use the Rest API interface (sdata in version 2022 R2) to access company and person data. In the user interface we use relationships to do company-company relationships. In the Sage CRM…
  • sage sdata invoice details missing

    Hi I have got to fetch invoice list with some data which doesn't show follwoing data by $detail or by $children 1. delivery address 2. custom fields like Analysis 1 uunser invoice Is there anyway i can define layout in sage with required data…
  • Sage 100 Premium 2021 - sData - 0x80131509 - The specified path already exists

    Installing "SData Adapter.exe" Getting the following error during the install. After the error the install stops. 0x80131509 - The specified path already exists Sage 100 Premium 2021 Rich Garrett DSG, Inc.
  • 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…
  • Accessing sdata getting a 403 Forbidden error

    I'm using Sage CRM 2018 R2. I am using some sdata calls which have been working fine until recently the calls to the sdata API are now returning a 403 Forbidden error. Does anyone know how I can go about resolving this ?
  • Sage CRM 2022 R1 download

    How can I obtain the 2022 R1 download? When I login to the portal, the only download that I can see for 2022 is R2. Unfortunately, I have not been able to upgrade to this without errors. Information in the following post indicates that upgrading to…
  • Sdata configuration issues

    Hi there, We found the same error in many Sage instances and I don't know how to fix it... In ewaresystem.log we get the following error multiple times : " BrowseUrl URL: https://##_server_name__##/sdata/crmj/metadata/-/$service/refreshAll?MetadataVersion…
  • Cannot update any qtys in Sage50 using sData

    Hi I'm currently using the sData adapter found in the Sage GitHub: https://github.com/Sage/sdata-downloads I also have a trial version of Sage v28.1.404.0 Ultimatley I would like to create an interface to maintain Product and Order information between…
  • SData queries not working since upgrade to V28.1

    Hi, one of our Sage 50 Accounts customers are experiencing issues with SData, which is used by a third party developer to link their Sage 50 Accounts to their Sage CRM. Since upgrading to accounts v28.1 most SData queries no longer work. We see there…
  • 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 CRM 2022 error after upgrade

    Help please! I am wondering if anyone else has experienced this issue after upgrading to 2022 and how they resolved it. Recently we did an upgrade from Sage CRM 2018 to CRM 2021 to CRM 2022 I did run into issues upgrading from 2018 to 2021. There…
  • Best option for extracting data out of Sage 100 into Third-Party software

    We are looking at a Third-Party software called Master Control for our QA/QC documentation processing. With that, we want to be able to extract data out of Sage 100c Advanced v2019.2 (upgrading to v2021 shortly) from Scanco's Manufacturing module, as…
  • Exchange Synchronization error

    Hello, We use Exchange Synchronization but the syncengine stops working intermittently at night around 1 AM ... The synchronization then starts to work again when we restart Tomcat service. This post looks similar. Here are the logs : exchangesyncengine…
  • How can I get a list of valid SDATA endpoints?

    Hello So my client is using Sage Accounts 50 v27. Sdata is enabled and lists in settings the URL http://<server name>:<port>/sdata/accounts50/GCRM/{<some sort of UID>} I tried to use curl from a different machine on the network to obtain a list of projects…
  • SData, Selection and user selection fields.

    Hi Want to ask a question about SData, Selection and user selection fields. A customer has a requirement to automatically fill some fields when creating a new opportunity with the same information in the previous opportunity for the same company they…
  • 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…
  • Sage 100 2017: Can I run a Virtual Integrator import job using sData?

    I have a VI job that is using odbc to connect to my database. is it possible to execute this VI job using sData?
  • How to track a SData provider request to see the SQL that is fired.

    Perhaps you want to control the logging to see the REST request get handled and then see the database interaction. You may want to see how SQL changes between users (e.g. Mayes/Admin/Ebden) and how that may effect the XML payload returned. To see that…
  • Sage CRM 2021 R2: Calendar page not working after upgrading from versions of CRM older than Sage CRM 2017

    If you have carried out an upgrade from a version of CRM older than Sage CRM 2017 then this article may be relevant.. From Sage CRM 2017 R1 onwards, the standard communication page in the 'My CRM' and 'Team CRM' context is produced using a system action…
  • Adding a selection list of Person email addresses to the Email screen

    When sending emails from within CRM it's sometimes useful to be able to add in multiple people from the associated Company. To do this you can (this example uses sdata): 1) Create a view on the system to expose the necessary person information. 2…
  • Sage CRM's RESTful API: SData (Part 4 of 10)

    In this article I want to consider the way in which the RESTful API allows system administrator to easily extend the reach of the API's access to data across custom entities and views with SData. It is very useful being able to retrieve data using end…
  • Sage CRM's RESTful API: SData (Part 3 of 10)

    In this article I want to start looking at the SData in action and start to understand what the RESTful API offers. And if we are going to work with SData then we need to have an instance of Sage CRM with which we can play. Here we need to work with…
  • Sage CRM's RESTful API: SData (Part 2 of 10)

    In this article I want to consider Sage CRM's Architecture, its development options and the importance that this places on the use of Web Services especially REST and SData for integration. We need to consider what is available to use now and look and…
  • Sage CRM's RESTful API: SData (Part 1 of 10)

    This article is the first of a new series of articles that will provide you with a jump start on developing with the new RESTful API for Sage CRM. Not everyone reading this will be familiar with SData and so I need to start from the beginning and explain…
  • A round up of articles to help you use the SDATA Provider

    In this article, I want to think about how the ReadOnly SData provider can be used to extend the capabilities of Sage CRM. To do this I need to put the SData interface into some context. SData is a form of web service and as I discussed in the article…