Skip to main content
Transaction provides access to the parameters of the transaction in which the document is being processed.

Properties

NameTypeAccess levelDescription
ParametersRecord<string, Parameter>Read-onlyA dictionary mapping transaction parameter names to their Parameter values.

Context

The Context global object — access the document, fields, and skill parameters from inside a rule.

Parameter

A single parameter value.

Object model

Full JavaScript object reference for use in Advanced Script Rules.