FILTER

This table stores a template which can be used to filter object data. In remote user exit customization framework, this template is used to filter the user exit input data.

Column Descriptions:

NameTypeDescription
FILTER_IDBIGINT NOT NULLGenerated primary key
PATHVARCHAR (512)Filter path
TEMPLATECLOB (3145728)
TEMPLATETYPEVARCHAR (16) DEFAULT 'JSON'
OPTCOUNTERSMALLINT DEFAULT 0The optimistic concurrency control counter for the table. Every time there is an update to the table, the counter is incremented.

Indexes:

NameColumn NamesType
P_0040FILTER_IDPrimary Key