Prerequisites and access
The Script Engine must be available in your environment. The client currently also requires the Caseflow area to be enabled to expose these settings. If the section is missing despite the permissions below, ask your environment administrator to check availability. Grant application permissions to the appropriate user groups in Managing permissions:
These permissions govern administration. They do not replace the permissions needed to access documents or objects when a script calls Insight.
Choose the extension point
The engine also supports dataset and workflow-selector contracts. These are not currently offered by the client’s Scripts type selector; do not look for them in that dropdown.
Choose a first exercise
Begin with an input-only example before adding external API calls. That lets you distinguish a caller or binding problem from a connection or credential problem.
The lifecycle
- Create the script record and choose its type.
- Push Version to save source code and run validation. This does not make the code live.
- Exercise the behavior in a test environment through its intended form, indexing operation, event, or workflow.
- Publish a validated saved version, then connect it to the intended extension point.
- Inspect execution logs and the resulting business data. Publish a corrected version or roll back when necessary.
Where to read next
Authoring and publishing scripts
Create a script, save and validate its source, publish a version, and restore an earlier version.
