Related documents
In the Document Management Control Center, users with Administrator privileges can create rules by which documents are related.
Example - Bundling
For example, you create this query to bundle
documents:
/Customer_Document[@Name = "{Name}"]
This query selects all documents from the “Customer Document” document type, where the name attribute matches the name attribute for your document type. These documents are displayed on the Related Documents tab.
You can create such a query through the query builder. Alternatively, you can manually specify the query.
To create this query in the query builder, specify this information:
- Description
- Specify a description for the bundle.
- Document Type
- Specify Customer Document.
- Property or Attribute
- Specify Name.
- Operation
- Specify = Equal.
- Search
- Specify {Name}.
- Enable dynamic mapping
- Select this check box.