Import UX Screen Flow Manager dialog definitions
If we migrated from v8.0.0.1 with the UX Screen Flow Manager (UXFM) enabled, then we exported and removed the dialog definitions before migrating to v8.5. To import the dialog definitions into the upgraded system.
- Save the following sample of code as ImportSampleCode.xml to use when importing 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"> <!-- import all dialog definitions currently deployed --> <portal action="import"> <dialog-set> <dialog name="*" /> </dialog-set> </portal> </request>
- To import the dialog definitions:
./xmlaccess.sh -user userID -password password -url url -in ImportSampleCode.xml -in import.xml
Parent Portal tasksRelated tasks:
Export UXFM dialog definitions