Import and export an XML
You can use the XML option, on the menu bar, to import and export individual or multiple XML definitions of configuration entities in a module or screen.
When you select the option, the selected data is copied to the text area of the XML Import/Export window. Click to add the data to the application.
Select a record in the
module and click the import option to view the related information, in the XML format. For example:<?xml version="1.0" encoding="UTF-8"?> <Template><measureTags> <MeasureTag> <measureId>PERIOD_SPREAD</measureId> <tagId>Base</tagId> </MeasureTag> </measureTags> <templateMeasures> <Measure> <name>Period Spread</name> <code>PERIOD_SPREAD</code> <unitOfMeasureId>Units</unitOfMeasureId> <isSystem>false</isSystem> <financeMode>Subscribe</financeMode> <demandMode>Subscribe</demandMode> <supplyMode>Subscribe</supplyMode> <integrationMode>Subscribe</integrationMode> <format>0</format> <naturalSign>Positive</naturalSign> </Measure> </templateMeasures> </Template>
If you do not select a configuration record or select the XML option in a module other than Configuration, the XML Import/Export window does not display any information and this message is generated:
Module does not contain configuration to export.