cancel
Showing results for 
Search instead for 
Did you mean: 

Export & Import UDO's to/from XML

Former Member
0 Kudos

I want to export the UDOs and its predefined forms to XML.

Is it possible? How?

Thaks!, Nico

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Nico,

The DI API currently doesn't have the ability to create instances of UDO objects so you cannot export UDO data to XML using the standard GetAsXML or SaveXML methods that the DI API provides for other object types. Instead, you'd need to write your own routine that reads the data from the UDO tables and creates an XML document, using your own schema.

The UDO form can be exported to XML using the GetAsXML method of the Form object in the UI API.

Kind Regards,

Owen

Answers (0)