Skip to main content
Record represents a single row from a data catalog. Use Context.GetCatalogRecord to fetch a record by its identifier. Importing a skill creates a catalog with the structure defined by the skill. Populate the catalog with your business data via the Vantage API.

Properties

NameTypeAccess levelDescription
ExternalIdstringRead-onlyThe identifier of the record in the catalog.
FieldsRecord<string, string[]>Read-onlyA dictionary where each key is a catalog column name and each value is the list of cell values in that column for this record.

Context

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

Object model

Full JavaScript object reference for use in Advanced Script Rules.

Using data catalogs

Use data catalogs to validate and auto-populate extracted data from a Document skill.