Skip to main content
Skip table of contents

DataExportTemplateFilter (ver9.1.0)

This table stores a row for each filter option in a stored Data Export Manager template. 

Column Name

Initial Version

Data Type

Description

DataExportTemplateID 

9.1.0

Number(19)

Internal number for the associated DataExportTemplate record. Required. Indexed.

DataExportTemplateFilterID

9.1.0

Number(19)

Unique sequential number generated by the application. Required. Indexed.

FilterName

9.1.0

Varchar2(100)

Name of the filter option in the Filter By section. Required.

FilterValue

9.1.0

Varchar2(100)

Translated value of the filter option.

FilterOperator

9.1.0

Varchar2(10)

The comparison type of the filter. Valid values: ==, !=, =ge=, =le=, =gt=, =lt=, contains, notcontain. Required.

IsBuiltInFilter

9.1.0

Number(1)

1 Indicates a built-in filter. 0 indicates a column-level filter. Valid values 0,1. Defaults to 0.

WhenCreated

9.1.0

Timestamp(6)

Date and time the record was created. Defaults to system date. Required.

WhenModified

9.1.0

Timestamp(6)

Date and time the record was modified. Defaults to system date. Required.

WhoCreated

9.1.0

Varchar2(100)

The user login that created the record. Defaults to database user. Required.

WhoModified

9.1.0

Varchar2(100)

The user login that modified the record. Defaults to database user. Required.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.