Directives

Description

MetaScript directives are meta-level instructions to the MetaScript engine that are interpreted before the script is executed.

Syntax

//@directive-name [directive-arguments]

Directives should be placed at the beginning of the script text, each directive should be placed on a separate line, leading spaces are not allowed.

Directive Summary

Directive Name Description
include Specifies a script to load and execute before the script containing the directive is executed.
version Specifies the Forms API version.
javascript Specifies the version of JavaScript language to be used by the script engine. New in package 162.5
schedule Specifies the Scheduled Task's schedule. New in package 165
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.