active | LONG | tinyint | | | 1 | DIRECT | Current status of the rule; i.e., 0=inactive, 1=active, 2=invalid, default=1 | |
confidence | LONG | tinyint | | | 0 | DIRECT | Indication of the quality of the match. It can be adjusted automatically based on the matches. If there is match, increase this number. Expresses as a probability, range=0-100, default=0 | |
description | CHAR | varchar | | 255 | | | Description of the rule | |
dev | LONG | int | 151 | | 1 | DIRECT, ALLOW_NULL | Row version number for mobile distribution purposes | |
expression | CHAR | text | | | | ALLOW_NULL | Expression to be evaluated | |
focus_type | LONG | smallint | | | | DIRECT | Gives the object type number the rule is constrained to operate on; e.g., 5208=communication | |
locale | LONG | smallint | | | 0 | DIRECT | Preferred language for receiving communications from the system; i.e., 0=English, 1=SJIS, 2=French, 3=German, 4=Spanish, 5=Chinese Big5 (traditional character), 6=Chinese GB (simplified character), 7=Korean, 8-12 (Reserved), Default=0 | |
objid | LONG | int | 3 | | | DIRECT | Internal record number | |
rank | LONG | int | | | | DIRECT | Sequence number of the rule. Used for ordering the execution of rules | |
stop_eval_ind | LONG | tinyint | | | 0 | DIRECT | Indicates whether evaluation of subsequent rules in rank order should be terminated if the current rule matches; i.e., 0=no, 1=yes, default=0 | |
title | CHAR | varchar | 2 | 80 | | | Title of the rule | |