• REST API to download a file from a SAGE X3 volume

    Hi, Let's see if you can help me. From an external application, files hosted on a SAGE X3 volume are being downloaded. The URL used is as follows (GET method): http://«Server:Port»/sdata/x3/erp/FOLDER/BDOC('C_AVOLFIL~%C2%A8~CONTENTS~%C2%A8~INVOICES…
  • Sage X3 2024 R1: Services developer pack: GraphQL and TypeScript development

    Hello, after reading the release notes of SAGE X3 2024 R1, one question needs answer, where is the Sage X3 Services developer pack? Waiting for that. Thanks.
  • Unable to create orders from live server using SOAP

    Hi, I'm getting this error(below) while trying to make a save request to webservice. Name of webservice is ZSOH. SOAP-ERROR: Parsing WSDL: Couldn't load from 'http:// myprivateurl /soap-wsdl/syracuse/collaboration/syracuse/CAdxWebServiceXmlCC?wsdl…
  • Status Values for SOAP Web Service Pools using REST API

    I am helping a customer with developing a system to monitor the status of the SOAP Web Service Pools in Sage X3. The REST API has a lot of available information. I just need to know what the available values are for the status parameters. Does anyone…
  • Connecting to an external REST with an XML header

    I am trying to connect to an external REST library that requires the content type to be XML and not JSON. The web service configuration seems to indicate that this should be possible since you can select XML as the the content type during the setup process…
  • Rest API Web service for Post request on the PRECEIPT representation.

    Hello fellow community, I have been trying to POST records on the PRECEIPT representation but I am unable to do that. I have enabled the edit facets in the representation, checked the modification creation ,methods but still seeing no luck in using the…
  • Safe X3 Studio plugin for Eclipse on Mac Mx

    Hi all. Anybody running Safe X3 Studio Plugin for Eclipse on Mac Mx computer? Thanks in advance. Jose M. Fos
  • Problem gettig REST API of representation

    Hello, Does anyone have an idea about this problem. it's my first time working with REST api in sage x3
  • Getting stared with Sage X3 SOAP Web Services

    In this series of videos I explain how to get started integrating apps with Sage X3 using SOAP Web Services. In part one, you'll learn how to consume X3 data by extracting them and in the second part, how to import data into X3. Part 1: https://youtu…
  • Can Sage X3 support Windows Server and Microsoft SQL Server 2025?

    Per title. Can Sage X3 support Windows Server 2025?: techcommunity.microsoft.com/.../4026374
  • worflow

    please explain advance workflow and how to use html for emails template
  • Use API SOAP from .Net Core

    Hello everybody, We are making an app for the Mafesa plant and it is in .Net Core because it suited us but we find the problem that we can not make SOAP requests as we did from other apps in .Net framework. When we reference the WSDL the CAdxWebServiceXmlCCService…
  • Is there a true SaaS offering for Sage X3?

    Hello All, The title says it all. I had a discussion with a Sage rep a few years ago that gave me the impression that true Sage X3 SaaS was around the corner in the US. Since then, I've talked to vendors in Canada and it seems like the only options…
  • Use SOAP Web Service to create quote issue.

    I have a integration service do so a series integration. If there is any error, when create quote SQH, it will give error: @X3.TRT/SUBSFIT$adx (149) Error 7 : Class Non-existent [M:SFIT] 0 : Sage X3 errors After restart the X3 SOAP Web Service then…
  • Call SOAP web service within another in Sage X3

    Hello, I created a SOAP web service that calls a subprog on which I apply some logic and then call an object-based SOAP web service, like this: Subprog CONSUMED_BY_EXTERNAL_APPLICATION(SOME_PARAMETERS) #apply some logic, verifications, etc FOO …
  • Project Management Module

    Is there a way to upload a project plan or integrate Ms Project on Sage X3 Project management module.
  • SAGE X3 SOAP empty response

    Hi there! Hope you're all doing great. I have issue dealing with SAGE X3 V12 SOAP Webservices currently. When I execute a SOAP request to create SOH Order, I get an empty response with status 0 but the Order gets created though. I've browsed the logs…
  • SAGE X3 intégration with ZOHO software

    Does anyone have already done integration between ZOHO and Sage X3 on the sales flow side? if so i would love to hear about it. Thanks a lot
  • automate the delivery process using the standard SOAP API (SDELIVERY object)

    We are trying to automate the creation of deliveries linked to pick tickets using the SDELIVERY object (via soap webservices). The problem we have is that the reference to the linked sales order gets lost when we create the delivery and the sales order…
  • Work order Web Services

    Hi there, I am looking for a web service to get the work order number without completing all the details in this entry transaction. I am looking to get the number and work with a different tool, which help me to complete additional details and then…
  • Sage X3 version integration with Sage FA Depreciation

    What Version of Sage X3 is required for FA module integration into Sage Fixed Asset Depreciation ?
  • Graphql Work Order Production Reporting

    Hi, I have SAGEX3 release/12.17.0 build 33 and i'm trying to run the following graphql query: { xtremX3Manufacturing { workOrderProductionReporting{ query{ edges{ node{ workOrderProductionReportingLines{ query{ edges{ node{ lot } } }…
  • Barcode scanner with SAGE X3

    Hi Sage Expert We are looking for some guidance on getting a barcode scanner installed with SAGE X3, please share your experience? or a good supporting partner to use in Australia.
  • Incomplete Web services scripts list

    Hello, I am getting started with web services. I'm attempting to follow along with various introductory articles, however, our X3 only has 4 web services scripts listed where the list in most of the tutorials have way more. Here's our list: Any thoughts…
  • GraphQL Production Tracking

    We're looking to automate creation of Production Tracking transactions. The 11/2022 Sage X3 Version 12 Capabilities Guide lists Transaction for Production Tracking as an available operation. After browsing around the API Reference , it's not obvious to…