Export UXFM dialog definitions
Export and save the dialog definitions before you migrate to v8.5.
- Save the following example of code as ExportSampleCode.xml to use when exporting the dialog definitions.
<?xml version="1.0" encoding="UTF-8"?> <request type="update" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="PCM_1.0.xsd"> <!-- export all dialog definitions currently deployed --> <portal action="export"> <dialog-set> <dialog name="*" /> </dialog-set> </portal> </request>
- Export the dialog definitions:
./xmlaccess.sh -user userID -password password -url url -in ExportSampleCode.xml -out export.xml
- Back up the file containing the exported dialog definitions to a secure location. We can import the dialog definitions after you migrate to V8.5.
Parent Prepare UX Screen Flow ManagerNext topic: Remove UXFM dialog definitions
Related tasks:
Import UX Screen Flow Manager dialog definitions
Uninstall UX Screen Flow Manager