EN
Español
English
Português
    AFW_RULE

    Store rule information

    Data model

    Fields

    Field Type Description
    modified_by INT Identifier of the last user who modified the record
    rule_active* INT Indicates whether the rule is active
    rule_builtin* CHAR (1) Indicator if a rule is predefined
    rule_condition* NVARCHAR (MAX) Evaluation conditions
    rule_context_id* INT Context identifier
    rule_created* DATETIME Date of creation
    rule_definition* NVARCHAR (MAX) Rule definition
    rule_eval_changed* NVARCHAR (MAX) Condition for detecting properties that have changed
    rule_id* INT Rule ID
    rule_modified* DATETIME Last Modified Date
    rule_name* NVARCHAR (510) Rule Name
    rule_order INT Order in which the rules will be executed
    rule_project_id INT Project ID
    rule_type NVARCHAR (510) Rule category identifier

    Primary Key

    PK_AFW_RULE
    rule_id

    References

    Column Referenced Table Referenced column Name
    rule_context_id* dbo.AFW_RULE_CONTEXT ruco_id FK01_AFW_RULE