For a given script version, this table associates a script with a given event.
Column |
Description |
---|---|
version_id |
INTEGER. Primary key. This column references the version_id column of the ml_script_version table. |
event |
VARCHAR(128). Primary key. This column stores the name of the event that triggers the connection script. |
script_id |
INTEGER. Foreign key. This column references the script_id column of the ml_script system table. The text of the connection script is stored in the ml_script system table. |
There is a view, ml_connection_scripts, that makes it easier to view the contents of the ml_connection_script MobiLink system table.