Skip to Content (Press Enter)
OutSystems.com
Personal Edition
Community
Support
Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Jobs
Ideas
Members
Mentorship
User Groups
Platform
Platform
ODC
O11
Search in OutSystems
Log in
Get Started
Back to Forums
Mário Araújo
10
Views
0
Comments
Export/Import records to/from XML
Question
OutSystems recently published a new version of the XML solution that includes, among other new stuff, support for exporting and importing records to and from XML.
This can be done using the actions:
•
Serialization_RecordToXml
: exports any entity record to XML
•
Serialization_XmlToRecordList
: imports any set of records from XML
The above actions are
totally generic
and may be used with any entity within OutSystems platform.
By using this functionality, you can export/import table records (of different types) to one XML file. At some OutSystems projects this already proved to be useful for exporting and importing the application’s full DB.
Tip
: the action Serialization_XmlToRecordList takes advantage of the fact that record lists are ‘pass by reference’, hence just pass an empty record list as a parameter that will be internally populated.
Community Guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
See the full guidelines
Loading...