Script

Overview

Script is a package type used for script-launching packages in AnalyticsCreator.

Function

The SCRIPT package type identifies packages used to launch script-based transformations and is used where the transformation assistant filters package selections to PackageTypeID = 6.

Access

This package type is shown in the package detail page as the read-only Package type field, and Script packages are listed in the navigation tree under the Packages branch.

How to access

Navigation tree

Packages -> Script -> open a package

Toolbar

Not confirmed.

Diagram

Not applicable.

Visual element

DetailPackages -> Package type

Screen overview

The Script package type is shown in the DetailPackages page. For package types above 4, the content grid is hidden and the page shows the manual-dependencies grid instead.

IDPropertyDescription
1Package nameName of the package shown in the package detail page.
2Package typeRead-only field in DetailPackages that displays the package type description, which is Script launching package for this type.
3Manually createdCheckbox indicating whether the package was created manually.
4External launchedCheckbox labeled External launched. In code it binds to DoNotRun; when it is not selected, the manual-dependencies grid can be shown for this package.
5DescriptionOptional package description shown in the package detail page.
6Manual dependenciesDependency grid shown for non-workflow packages so related package dependencies can be refreshed and reviewed.
7Script package filterIn the transformation assistant, script-based transformations bind the package selector to packages where PackageTypeID = 6.

Related topics