Skip navigation FileNet logo
  Open Client Developer's Guide
  Search  |  Index  |  Glossary   |  
Return to Previous Menu
Close menu Custom Launch Processors
  Processor Page Data Flow
  What to Customize and How
  Customizing the OOTB Processor
  Open menu Customizing the User Interface
   

What You Can Customize and How: Launch Step Processor

The following table provides a summary description of the out-of-the-box Process Open Client controls, resources, pages, and other files you will need to modify/use to customize the OOTB Launch Step Processor, according to the type of customization and the example change to be made. For details, click on the links in the table.

Customize

Changes

Files To Use

Description

User Interface

Modify the basic "look and feel" of the user interface.

ASPX pages, User Process and Open Client Controls, other files as appropriate.

Modify the top-level ASPX page, its associated .aspx.vb code-behind file, and other files as needed, for the OOTB HTML Launch Step Processor.

 

Change the banner of the OOTB Launch Step Processor.

FnBannerUC.ascx

Modify the FnBannerUC Open Client User Control.

 

Change the colors of the OOTB Launch Step Processor.

FnLaunchProcessor.aspx.vb; appropriate User Controls

Modify the OOTB HTML Launch Step Processor ASPX code-behind file and the User control whose color you want to change.

 

Change the images in the OOTB Launch Step Processor.

FnLaunchProcessor.aspx.vb; appropriate image files, .gifs, etc.

Modify the OOTB HTML Launch Step Processor ASPX code-behind file and the image files you wish to use/change.

 

Modify the page layout or structure of the OOTB Launch Step Processor.

FnLaunchProcessor.aspx; FnLaunchProcessor.aspx.vb; appropriate User Controls

Copy, deploy, and modify the OOTB HTML Launch Step Processor ASPX page and its code-behind file; use the User controls you want to add, change, or delete (see next two items).

 

Add new User Controls.

FnLaunchProcessor.aspx; FnLaunchProcessor.aspx.vb; appropriate User Controls

Copy, deploy, and modify the OOTB HTML Launch Step Processor ASPX page and its code-behind file; use the Process, Open Client, Factory, .NET or other controls controls you want to add. This may require customizing business logic in the new FnLaunchProcessor.aspx.vb and other files.

 

Hide existing User Controls.

FnLaunchProcessor.aspx; FnLaunchProcessor.aspx.vb

Copy, deploy, and modify the OOTB HTML Launch Step Processor ASPX page and its code-behind file, commenting out or otherwise editing out the existing User controls you do not want.