Using the Classes Page

Navigate and manage ObjectScript classes in the Management Portal.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sorodriguezz/skills-objectscript --skill using-the-classes-page
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Using the Classes Page
Source: https://github.com/sorodriguezz/skills-objectscript/tree/main/skills/using-the-classes-page
Command: npx skills add https://github.com/sorodriguezz/skills-objectscript --skill using-the-classes-page

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the management of ObjectScript classes within the Management Portal, streamlining operations like viewing, compiling, exporting, importing, and deleting classes.

Core Features & Use Cases

  • Class Navigation: Easily locate and view class documentation.
  • Compilation: Compile selected classes with customizable flags.
  • Import/Export: Import and export classes in XML format.
  • Deletion: Safely delete classes with confirmation.
  • Use Case: A developer needs to compile a set of modified classes and then export them for backup. This Skill provides a guided process to perform these actions through the Management Portal interface.

Quick Start

Access the Classes page in the Management Portal and select System Explorer > Classes to begin managing your ObjectScript classes.

Frequently Asked Questions about Using the Classes Page

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I compile ObjectScript classes with custom flags in the Management Portal?

To compile ObjectScript classes with custom flags, navigate to the Classes page in the Management Portal, select your target classes, and apply the customizable compilation flags provided by the interface. This process executes the compilation directly within the portal environment.

What is the best way to export ObjectScript classes to XML format?

The best way to export ObjectScript classes to XML format is through the Management Portal's Classes page. Access System Explorer > Classes, select the desired classes, and use the built-in export function to generate XML files for backup or transfer.

How do I import an XML file containing ObjectScript classes into the Management Portal?

To import an XML file containing ObjectScript classes, access the Classes page via System Explorer > Classes in the Management Portal and use the import function. This loads the class definitions from the XML format directly into your environment.

Can I safely delete ObjectScript classes from the Management Portal without errors?

Yes, you can safely delete ObjectScript classes from the Management Portal. The Classes page enforces a confirmation step before finalizing class deletion, ensuring that class removal is an intentional action and preventing accidental data loss.

Where can I view documentation for specific ObjectScript classes?

You can view documentation for specific ObjectScript classes directly on the Classes page in the Management Portal. Navigate to System Explorer > Classes to locate your target class and access its built-in documentation viewer.

What should I do if my ObjectScript class compilation is not working in the Management Portal?

If ObjectScript class compilation is not working in the Management Portal, verify you are selecting the correct classes on the Classes page and applying appropriate compilation flags. Ensure your environment is properly configured to execute the compilation process successfully.