Post-creation

Overview

Post-creation scripts are custom SQL steps that run after AnalyticsCreator has completed the database creation phase. Use this script type for follow-up adjustments that depend on the created database structure, such as applying environment-specific settings, adding supporting objects, or finalizing setup logic before later processing continues.

Function

Use Post-creation for custom SQL that must be applied immediately after database creation. Scripts in this group are ordered by sequence number and then by script name in the navigation tree.

Post-creation uses the shared Define script page. The editor stores the script type, script name, description, sequence number, inactive flag, and SQL text. The package assignment grid is hidden for this type because package assignment is only shown for workflow script types.

Access

The Scripts branch contains a Post-creation scripts node. Its context menu provides List post-creation scripts and Add post-creation script, both preselecting the Post-creation script type.

How to access

Navigation tree

Scripts -> Post-creation scripts -> List post-creation scripts, or Add post-creation script

Toolbar

Scripts

Diagram

Not direct. Use the Scripts list or navigation tree.

Visual element

Define script -> Script type -> Post-creation

Screen overview

IDPropertyDescription
1Script typeSelects the SQL Script type. For this page the selected type is Post-creation.
2NameDefines the script name. Save validation requires a non-empty value.
3DescriptionStores the optional script description shown in the script list.
4Sequence numberControls ordering inside the Post-creation script group. A non-numeric value is rejected during validation.
5InactiveStores whether the script is disabled without deleting it.
6OriginalShows the editable SQL script text.
7ParsedShows the macro-parsed preview of the SQL script in a read-only field.
8ScriptContains the SQL body. Save validation requires a non-empty script.
9CancelReturns to the previous page without saving changes.
10SaveValidates the script fields, stores the SQL Script, and refreshes the navigation tree.

List behavior

List post-creation scripts opens the script list already scoped to Post-creation scripts. The list can filter by script name, shows Name, Type, and Description, and opens the Define script page when a row is double-clicked.

The New button opens a new script with Post-creation already selected. Delete removes the selected script after confirmation. The up and down buttons swap sequence numbers only between scripts of the same script type.

Related topics