Previous Topic: Parser Table EnhancementNext Topic: Agent Plug-In Enhancement


GUI Plug-In Enhancement

Provisioning Manager provides a standard property page for referencing program exits. To support common exits, you only need to add this property page to your account and endpoint property sheets. This enables your account and endpoint objects to reference program exits.

The standard exit reference property page is managed by the CosExitRefPage class in the COS module. For example, to add the property page to your account and directory property sheets, add the following line to your property sheet code:

propertyPages->AddTail(new CosExitRefPage(this));