• 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…
  • 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 for custom Fields

    Hi, I am building an app, and my goal is to interface with my clients product information (they are using X3). Most of them have custom fields in master data -> product. Right now, we didn't find a way to query custom fields via GraphQl implementation…
  • SUBSCS - Inter-site transfers - CWSIS

    Hello On V12 Patch 27 Sage introduced CWSIS webservice in order to respond to the new ADC options. However, since it was done in order to work with ADC, Sage limited the use to just that. We can't use the same service for other third party integrations…
  • Sage X3 connection/interface to coupa?

    Has anyone already implemented a connection/interface to coupa? Based on V12, possibly with APIs? Or can someone give me customer experience Sage X3 + coupa as a contact? If you don't want to do this on Sage City, feel free to message me directly…
  • Script editor V12 & debug

    hi all how do you write & debug code in V12 ? I was told that I can only use eclipse and it is very slow to debug + performance is bad + weird to attach eclipse to a process. eclipse also disconnect from unknown reason during debug. thx B…
  • Error Eclipse debug configuration

    Hi, I've a problem with the configuration of Eclipse, to debug Sage X3 programs. I downloaded Eclipse Indigo, as suggested by the support center. I set up both Eclipse and Sage user for connect the IDE with the client. I chose the port 10000, and…
  • What do you use for automating AP/AR? We are looking for different options that work well with Sage X3 v7

    We are looking for different options that work well with Sage X3 v7 and I thought I'd see what works for you guys.
  • How does one close a purchase order with a webservice call? (Sage X3 11)

    Hi! I've got an interface which can create and update purchase orders via webservice (using save and modify methods respectively), but when it comes to closing an order, it doesn't appear to be possible. I cannot set the open quantity to zero, as…
  • Cost Estimation tools

    Is there a BoM-based cost-estimation tool that is compatible with Sage EM v11? We’re in the subcontract electronics manufacturing industry and that is somewhat unusual in that the number of components is far in excess of the number of operations. Most…
  • Activity Code conflict between Provenio and TrueCommerce solutions (XJB)

    Two Sage ISVs Provenio and TrueCommerce have inadvertently been assigned the same Activity Code 'XJB'. (Activity Codes are used to distinguish developments within an X3 folder). Until resolved, there is a high risk that Provenio (eg.Procession) and…
  • Has anyone successfully integrated Enterprise Management (X3) with SAP Ariba?

    Has anyone successfully integrated Enterprise Management (X3) to Ariba? From X3 point of view I'm talking about an; - Inbound PO - Inbound PO Change / Cancel - Outbound Order Confirmation - Outbound Advanced Ship Notice - Outbound Invoice…
  • Web Services - X3 server is not allowed to ask the web service server to open a window

    Error Detail X3 server did not return a response (NDRESULT). X3 server is not allowed to ask the web service server to open a window [{"winId":"WOSOHALL","funcId":"GESSOH","stamp":"20181112083550"}] AdxId returned by X3 server: B,E,A2…
  • Shipping System

    So, I am probably just a bit behind.. but was there ever a replacement introduced to replace the North American XA11 Shipping System addon? It was pretty nice, interfaced well with Fedex and UPS Was another ISV adopted to fill the gap.. or was standard…
  • Rest Webservice

    Hi all! X3 V11 I Need to create a new endpoint from an external app, but endpoints are saved in mongo db. Can i use the rest webservices in x3 to create this new endpoint, or is there any other way of doing this from an external app? Any suggestions…
  • How do you use the instanceUrl in the REST responses?

    Using the $protoype requests I can see that the representations have instanceUrl property, however I am unable to use these: "$baseUrl": "">servername:8124/.../TESTI", "$baseType": "application/json;vnd.sage=syracuse;vnd.sage.syracuse.representation…
  • Web Services Error Message

    I created my own webservice which is tied to my own subprogram. When I try to execute the webservices through soap in sage, I get the following error message: Cannot read property 'GRP' of undefined What does this mean and how do I fix it? After…
  • Problem with Webservice using vb.net

    I have a (Subprogram) Webservice that I am trying to run from vb.net I have used the same code successfully with an Object Webservice. I am getting the following error when executing: resultXML = webService.run(callContext, "WSMANTIMP", readXMLEach…