+

Search Tips   |   Advanced Search

Remove UXFM dialog definitions

Remove the UX Screen Flow Manager (UXFM) dialog definitions before uninstalling UXFM. This is a required step before you uninstall UXFM.

  1. Save the following example of code as RemoveSampleCode.xml to use to remove 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">
         <!-- remove all dialog definitions currently deployed -->
        <portal action="delete">
           <dialog-set>
                <dialog name="*" />
            </dialog-set>
        </portal>
    </request>

  2. To remove the dialog definitions:

      ./xmlaccess.sh -user userID -password password -url url -in RemoveSampleCode.xml -out delete.xml


Parent Prepare UX Screen Flow Manager

Previous topic: Export UXFM dialog definitions

Next topic: Uninstall UX Screen Flow Manager