Skip navigation FileNet logo
  Open Client Developer's Guide
  Search  |  Index  |  Glossary   |  
Return to Previous Menu
Close menu Custom Step Processors
  Step Processor Data Flow
  What to Customize and How
  Customizing the OOTB Processor
  Open menu Customizing the User Interface
  Customizing Content Integration
  Building a Processor from Scratch
   

Developing a Custom HTML Step Processor

FileNet Process Open Client provides a out-of-the-box (OOTB) HTML Step Processor (\FNOpenClient\eprocess\StepProcs\HTML\OOTB\FnStepProcessor.aspx is the top-level HTML 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 Step Processor to more complex changes that modify the layout and controls for specific business logic requirements, to even more extensive changes involving content integration, accessing different data sources, modifying access (for example, by hiding controls), making authentication changes, and so on. You can also create your own customized-from-scratch HTML Step Processor ASPX page and controls using the Open Client and Process Open Client ASPX pages, utilities, Data Providers, User Controls, plus the .NET Web and Server Controls and classes.