 |
 |
|
|
|
Developing a Custom HTML Step Processor
FileNet Process Open Client provides a fully-functional 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, using
the Open Client and Process Open Client ASPX pages, utilities, Data Providers,
User Controls, plus the .NET Web and Server Controls and classes, create
your own customized-from-scratch HTML Step Processor ASPX page and controls.
|