Skip to main content
When writing Advanced Script Rules, you have access to a set of JavaScript objects representing the document, its fields, the execution context, image regions, and Vantage’s data catalogs. The Vantage JavaScript interpreter supports ECMAScript 5.1 and selected later features. For more information, see the ECMAScript repository.

Data access

Scripts can define custom functions and access Vantage data catalogs through the Context object.
Scripts cannot:
  • Send requests to databases other than Vantage data catalogs.
  • Send requests to external services.
  • Use third-party libraries such as jQuery.

Object reference

Use these objects when writing Advanced Script Rules.

Execution context

Document structure

Image regions

Data and transactions