skills/using-the-classes-page/SKILL.md
# Using the Classes Page This page describes how to use the Management Portal tools for viewing and managing classes. ## 1 Introduction to the Classes Page The Management Portal includes the Classes page, which allows you to manage classes. On this page, you can: - Select Documentation in the row for a class to display documentation for that class in the right pane. - Select Compile to compile classes. - Select Export to export classes. - Select Import to import classes. - Select Delete
npx skillsauth add sorodriguezz/skills-objectscript skills/using-the-classes-pageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This page describes how to use the Management Portal tools for viewing and managing classes.
The Management Portal includes the Classes page, which allows you to manage classes. On this page, you can:
Select Documentation in the row for a class to display documentation for that class in the right pane.
Select Compile to compile classes.
Select Export to export classes.
Select Import to import classes.
Select Delete to delete classes.
Select Routines to view routines.
Select Globals to view globals.
To access this page from the Management Portal home page:
Select System Explorer > Classes.
Select the namespace or database of interest:
In the left pane, select either Namespaces or Databases from the Lookin list.
Select the desired namespace or database from the second drop-down list.
Selecting a namespace or database updates the page to display its classes.
If you are looking for a particular class and do not initially see its name:
Optionally select System items, Generated items, or Mapped items to include classes of the selected type in the search.
Optionally specify a search mask. To do so, enter a value into the Class name field. If you end the string with an asterisk “*”, the asterisk is treated as a wildcard, and the page displays each class whose name begins with the string before the asterisk.
After entering a value, press Enter.
Optionally specify a Begin date and an End date to specify the range of dates to search on. The Date column specifies when the class w as last modified.
Optionally enter a value for Maximum Rows, which determines the maximum number of rows to return.
In the center pane, optionally enter a value for Page size, which controls the number of classes to list on any page.
To display SQL table names, select the SQL table name check box. This includes the link View SQL related globals in the rows for any classes that have projections to SQL tables.
Compiling Classes
The Compile Classes wizard provides several options for compiling classes.
To access and use this wizard:
Display the Classes page.
Specify the classes to compile. To do so, see steps 2 and 3 in Introduction to the Classes Page. Select their check boxes.
Click the Compile button, which displays the Compile Classes wizard.
In the Compile Classes wizard, specify the Compiler Flags that you would like to use by selecting the corresponding check box, or by entering them manually under Flags. By default, Flags is set to cuk.
Select the Run compile in the background check box if you are compiling many or large files.
Click the Compile button. The Compile Classes wizard will display information regarding the status of the compilation.
To dismiss the wizard, click Done.
The Export Classes wizard enables you to export classes.
To access and use this wizard:
Display the Classes page.
Specify the classes to work with. To do so, see steps 2 and 3 in Introduction to the Classes Page. Select their check
boxes.
Click the Export button to display the Export Classes wizard.
In the Export Classes wizard, specify the file into which you wish to e xport the classes. To do this, either enter a file name (including its absolute or relative pathname) in the Enter the path and name of the export file field or click Browse and navigate to the file.
Select the export file’ s character set with the Character set list.
Select the Run export in the background... check box if you are exporting many or large files.
Click Export.
If the file already e xists, select OK to overwrite it with a new version.
The Import Classes wizard enables you to import classes.
To access and use this page:
Deleting Classes
Click the Import button to display the Import Classes wizard.
In the Import Classes wizard, choose to import from a file or a directory by selecting the corresponding radio b utton under Import from a File or a Directory.
in the Enter the path and name of the import file field or click Browse and navigate to the file or directory .
If importing from a directory, select or clear Include subdirectories.
Select or clear Compile imported items, and enter any Compile Flags.
Select Run import in the background if importing large files.
Click Import. The Import Classes wizard will display information regarding the status of the import.
To dismiss the wizard, click Done.
Note:
This page enables you to import classes that have been exported in XML format. It does not support older formats.
CAUTION: A deleted class cannot be restored. There is no undo option.
The Classes page enables you to delete classes. To access and use this page:
Display the Classes page.
Select the classes to work with. To do so, see steps 2 and 3 in Introduction to the Classes Page. Select their check
boxes.
Click the Delete button.
Click OK to confirm this action.
data-ai
# XDBC Gateway XDBC Gateway Overview The XDBC Gateway provides a single interface for connecting InterSystems IRIS® to an external database with JDBC or ODBC. It acts as the modern, streamlined successor to the SQL Gateway. The XDBC Gateway acts like a JDBC or ODBC driver and lets you perform any of the following operations: - Access data stored in third-party relational databases within InterSystems IRIS applications. - Store persistent InterSystems IRIS objects in external relational data
devops
# Windows Installation Guide Windows Installation Overview The Windows Installation Guide provides guidance on installing kit-based deployments on Microsoft Windows. ### 1.1 How to Use This Guide For all installations, you should begin with the Pre-Installation steps. You can then follow the steps for either an attended or unattended installation. The attended installation process is different depending on the setup type you choose. After following the steps for attended installations, use t
testing
# Windows Installation Details Windows User Accounts When installing InterSystems IRIS, you must choose the Windows user account to run the InterSystems service, InterSystems IRIS Controller for <instance-name>. There are two options: - The default SYSTEM account (Windows Local System account). This is used in Minimal security installations. - A defined Windows user account. This account must have interactive login privileges for the duration of the installation; they can be revoked after.
tools
# Web Gateway Guide C.2.1 Method 1: Building the CSP Module as Shared Object with apxs (APache eXtenSion) Appendix D: Add the Web Gateway to a Locked-Down Apache Installation (UNIX®/Linux/macOS) The Web Gateway: Serve InterSystems Web Applications and REST APIs to a Web Client An InterSystems IRIS® web application consists of code which provides content dynamically to a web client (usually a web browser) in response to a request. The InterSystems Web Gateway makes this possible: it is a soft