RB_MAIL_FILTERS(SQL Table) |
Index Back |
---|---|
Stores all Custom FiltersThis is the table all Custom Mail Filters are stored and will be used by Mail Reader to do the Filteration |
# | PeopleSoft Field Name | PeopleSoft Field Type | Database Column Type | Description |
---|---|---|---|---|
1 | MAIL_FILTER_ID | Character(30) | VARCHAR2(30) NOT NULL | Id filed of Mail filter Table |
2 | DESCR50 | Character(50) | VARCHAR2(50) NOT NULL | Description of length 50 |
3 | MAIL_FILTER_CLASS | Character(254) | VARCHAR2(254) NOT NULL | Gives the actual Application Class that needs to be invoked when a Custom Mail Filter needs to be invoked |
4 | LOG_EMAIL_EXP_LOGS | Character(1) | VARCHAR2(1) NOT NULL |
Field is a Flag that is used for logging teh E-mail if it is identified by the filters
Y/N Table Edit |