Cloud Software Group, Inc. EBX®
Digital Asset Manager Add-on Documentation > User Guide
Navigation modeDigital Asset Manager Add-on Documentation > User Guide

Configuring asset filters

Overview

The add-on includes the following types of filters that administrators can configure:

Filtering records containing assets

Administrators can activate a filter that allows users to display records based on the presence of attached assets. To enable filtering:

  1. Open the desired model in the DMA.

  2. Navigate to Configuration > Add-ons and create a new record.

  3. In the Name field, select Digital Asset Manager.

  4. Save, close, and publish the data model.

Users can access filter functionality via the EBX® table filter. The filter's TIBCO EBX® Digital Asset Manager Add-on search group displays all fields in the current table configured to accept asset attachments. For each field specify a value of:

/filter-records.png

Adding a custom filter

A custom filter implemented in a Java class can provide fine-grained control over what users can view in the add-on's Drive view. See the API documentation for information on the interface and methods required for this type of filter. Once the class has been created, configuration only requires that you include the filter class in a D.A.C. configuration. The process is outlined below:

  1. Open the desired record in the Digital asset component table.

  2. In the Custom filter field, enter the fully qualified name of the Java class that implements the filter.

    /custom-filter-1.png

  3. After saving and closing filter, the add-on applies filter functionality. The assets displayed for users in the Drive view are based on their permissions and the filter.