Persisting

Overview

Persisting is a package type used for packages that group persisting table references in AnalyticsCreator.

Function

The PERS package type identifies packages that own entries in CFG.PERS_TABLE_REFERENCES and organize persisting definitions for transformations and their persist tables.

Access

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

How to access

Navigation tree

Packages -> Persisting -> open a package

Toolbar

Not confirmed.

Diagram

Not applicable.

Visual element

DetailPackages -> Package type

Screen overview

The Persisting package type is shown in the DetailPackages page. For this type, the Content grid lists persisting references, Add content opens the persisting assistant, and double-clicking a content row opens the persisting editor.

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 Persisting 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.
6ContentGrid listing persisting references as SCHEMA.TRANSFORMATION -> PERSIST_TABLE values for the package.
7Add contentOpens the persisting assistant to create a new PERS_TABLE_REFERENCE for this package.
8Persisting detailDouble-clicking a content row opens DetailPers.xaml to edit the selected persisting definition.
9Manual dependenciesDependency grid shown for non-workflow packages so related package dependencies can be refreshed and reviewed.

Related topics