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
   

Developing a Custom HTML Launch Step Processor

FileNet Process Open Client provides a fully-functional out-of-the-box (OOTB) HTML Launch Step Processor (\FNOpenClient\eprocess\Launchers\ HTML\OOTB\FnLaunchProcessor.aspx is the top-level HTML Launch Step Processor ASPX page) that you can use as is, or you can copy, deploy, and customize it according to your business requirements.

Customization can range from relatively simple changes that modify the "look and feel" of the OOTB HTML Launch Step Processor to more complex changes that modify the ASPX page layout and controls for specific business logic requirements, to even more extensive changes involving content integration, modifying access (e.g., by hiding controls), making authentication changes, and so on. You can also create your own customized-from-scratch HTML Launch Step Processor ASPX page and controls, using the Open Client and Process Open Client ASPX pages, utilities, Data Providers, User Controls, Factory Controls, plus the .NET Web / Server Controls and classes.