16.3 Folder Mapping Examples
This section contains examples explaining how we can practically implement Folder Mapping in Documentum.
16.3.1 Property Matching: Using Wildcard (*)
Let us begin with a simple example, where the Folder Map is configured so that the content file is placed at a specified location in the Web Cabinet if and only if the user provides some non-blank value for its subject property while creating the content.
1. Log in as an administrator in Web Publisher and check-out the
FolderMap.xml
file under Site Manager | Configurations | Foldermaps. Modify theFolderMap.xml
file as shown below and check it back into the Docbase.<folder_map> <rule> <attr_list> <attr> <name>subject</name> <value>*</value> </attr> </attr_list> <path_list> <path>/Test_WebCabinet/Subject_Content</path> </path_list> </rule> <rule> <attr_list> <attr> <name></name> <value>...