MobiLink Connection Scripts/Table Scripts Properties

MobiLink connection script and table script property sheets contain all the standard event script tabs and an additional property on the General tab, along with the MobiLink tab, the properties of which are listed below:

General Tab

The following additional property is available on the General tab:

Property

Description

Version

Specifies an event script version that identifies the script to use among a set of scripts. You can right-click a MobiLink server and use the commands to rename, duplicate or delete a script version.

The following properties are available on the MobiLink tab:

Property

Description

Language

Specifies the language in which the script is written. You can choose from one of the following values:


  • SQL – specifies an SQL script.

  • Java – specifies a Java script. You must type the fully qualified Java class name and the operation name.

  • .NET – specifies a .NET script. You must type the fully qualified .NET class name and the operation name.

Enable stored procedure

Specifies the use of a stored procedure, along with a stored procedure name template having the following syntax: pdml_<Event>_<Process> or <Table>_%Version%.
  • <Event>: is the name of the event.

  • <Process>: is the code of the MobiLink server.

  • <Table>: is the code of the MobiLink article.

  • %Version%: is the version of the script.