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
| Name | Type | Access level | Description |
|---|---|---|---|
| ExternalId | string | Read-only | The identifier of the record in the catalog. |
| Fields | Record<string, string[]> | Read-only | A dictionary where each key is a catalog column name and each value is the list of cell values in that column for this record. |
Related topics
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.
