ACT Customization – Common Steps

The following tables provide the steps that are common to all extensions. References are to topics in the ACT Developer's Guide.

Step 1: Define Your Extension
StepDescriptionReference

1a

Create the XML definition file.

Extensions > Extension Definition > Creating the Extension Definition File

1b

Create the IronPython script.

Extensions > Extension Definition > Creating the IronPython Script

1c

Place the files in the correct directory structure.

Extensions > Extension Definition > Setting Up the Directory Structure

1d

Optional: Compile the scripted extension into a binary extension (WBEX file).

ACT Tools > Binary Extension Builder

1e

Configure extension options.

Extensions > Extension Configuration

Step 3: Debug Your Extension
StepDescriptionReference

3

Optional: Debug your extension using ACT tools or external tools.

Debugging >