Sage 100

 View Only
  • 1.  Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 10-26-2016 08:43
    Exposing UDFs in eBusiness Web Services. I'm having trouble exposing Sales Order UDFs in eBusiness Web Services. I have AutoExposeUDFs set to Yes from the eBusiness Web Services app. Also tried explicitly adding those UDFs in the Additional Fields tab but no success. I believe that if the UDFs are properly exposed, they should show up at in in the XML response from the MasService.svc. Any one have experience with this?


  • 2.  RE: Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 10-26-2016 08:48
    @ToddMartin ??


  • 3.  RE: Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 11-07-2016 16:04
    Sorry for the delay in the response but I don't see why it wouldn't show up. Did you get this resolved Myron? You have cycled the service to make sure your settings have taken right?


  • 4.  RE: Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 11-08-2016 06:28
    Hasn't yet been resolved. IIS was stopped and restated. Is that the service you are speaking of?


  • 5.  RE: Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 02-21-2017 13:37
    Anyone have an example of XML when sending UDF data with Web Services. The documentation doesn't have a complete example. Just a code snipet to produce the XML.


  • 6.  RE: Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 02-21-2017 16:56
    I've only touched upon this a couple times, and the one issue that came up repeatedly is that the web programmer kept forgetting to put the $ at the end of any string field names (UDF_NAME$).


  • 7.  RE: Exposing UDFs in eBusiness Web Services. I'm havin

    Posted 02-22-2017 06:42
    The $ is included in the UDF name. I believe the issue is the XML is not properly formatted. The XML has been submitted to Sage. When I get a response, I'll update this posting.