Contents Index Introduction ml_script

MobiLink Synchronization Reference
  MobiLink System Tables
    Introduction

ml_connection_script


For a given script version, associates a script with a given event.

Row Description
version_id INTEGER. Primary key. The version of the connection script. The version_id column references the version_id column of the ml_script_version table.
event VARCHAR(128). Primary key. The event column stores the name of the event that triggers the connection script.
script_id INTEGER. Foreign key. The script_id 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.

Contents Index Introduction ml_script