Deprecated featureDeprecated feature

Deleting a metaphor

The steps in this section explain how to delete a catalog or metaphor.

Procedure

  1. Edit the XML input file
  2. To delete metaphors within a category, select from the following:
    • To delete only the Product Exploration from a category, type the following:
      
      <category ID="37">
         <delete_productExplorer>
         </delete_productExplorer>
      </category>
      
    • To delete only the Product Comparison metaphor from a category, type the following:
      
      <category ID="37">        
         <delete_productComparer>
         </delete_productComparer>
      </category> 
      

    Where 37 is a sample category ID number. You must replace this number with the category reference number for the metaphor you want to delete. This must be the same as the category reference number stored in the database.

  3. Save the XML file.
  4. Update the production server by importing the updated XML file.