ms_substitute Table (313)
•
Environment: onsite, online
Some tooltip text!
• 1 minute to read
• 1 minute to read
Regexp for extracting info from emails when they enter they system
Fields
| Name | Description | Type | Null |
|---|---|---|---|
| id | The primary key (auto-incremented) | PK | |
| ms_filter_id | FK ms_filter | ||
| parser_name | The name of the variable as used in the parser. | String(255) | ● |
| the_regexp | The regular expression searched for. | String(255) | ● |
| subst_type | Enum indicating the target domain for this regexp (customer connection, parser, etc). | subst_type | ● |
| flags | Bitmap for flags for this entry. | Int | ● |

Indexes
| Fields | Types | Description |
|---|---|---|
| id | PK | Clustered, Unique |
| ms_filter_id | FK | Index |
Relationships
| Table | Description |
|---|---|
| ms_filter | This table contains email filters. These are the filters allowing you to do advanced parsing of incomming emails. |
Replication Flags
- None
Security Flags
- No access control via user's Role.