-
Notifications
You must be signed in to change notification settings - Fork 33
config_visit_parameter_action
Daniel Marín edited this page Jul 8, 2026
·
2 revisions
Definition of actions that may be automatically executed after creating a visit with a value for defined parameter.
| Column name | Data type | Description | Example |
|---|---|---|---|
| parameter_id1 | character varying(50) | Id of first parameter | |
| parameter_id2 | character varying(50) | Id of second parameter | |
| action_type | integer | Action related to another event which is going to be executed, defined on om_typevalue as visit_param_action | 1 - Complementary events |
| action_value | text | User defined action on another table | UPDATE v_edit_node SET state=0 |
| active | boolean | If true, a ction is being used | True |


