About Configurable Form Support for JPOs

When you cannot accomplish a task or business requirement using a select expression or other feature supported by the configurable form component, you can use a JPO.

The configurable form supports JPOs to:


  • Get the field values to be displayed in a form field
  • Get the range values (choices) to be populated for a form row
  • Update field values after updating the form

To use a JPO, you must specify parameters and settings in the field of the web form administrative object as described in Parameters for Web Form Objects. The JPOs must follow the specific signatures described in the following section.

To see a sample JPO, go to Sample JPO for Getting Field Values.