config_visit_parameter_action - Giswater/giswater_dbmodel GitHub Wiki


Description:

Definition of actions that may be automatically executed after creating a visit with a value for defined parameter.

Fields:

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