Concatenation in XPath

My customer had a requirement to be able to combine the data from multiple XML elements into a single field within their corporate TechnologyOne Property & Rating system as part of an integration with the NSW Planning Portal. Thankfully, the target system allows you to configure Data Controls to place XML elements into, and you … Read more

XPath If Statement Alternative

I needed to configure some data mapping in a customers TechnologyOne Property & Rating system for an inbound HTTP request that contained XML in the request body. To retrieve values from the XML, I could create what is called an External Data Control to store a value in, and then map the External Data Control … Read more