
You use the Pass Through Form callable object to transfer instances of composite forms (PDF files) between process steps. The callable object also allows you to download and modify the input form online by:
Additionally, you can replace the input form with a different PDF file, which you can upload during the process step at runtime.
More information: Authorizations
More information: Creating Form Objects in the GP Design Time
More information: Configuring Forms with Java Back End
| Parameter | Description |
|---|---|
|
Name |
Enter an arbitrary name for the callable object. |
|
Description |
Describe the callable object by entering a brief description of its functions, for example. |
|
Original Language |
Choose the language in which the translatable texts of the callable object definition are created. |
|
Folder |
Select a folder in the gallery where the callable object definition is stored. Note
You can either use an existing folder, or create a new one. |
From the gallery, select the form object whose field structure is going to be checked against the composite form file received as input. In case the form object is conformant with the input file, you are able to extract the form data and pass it as output to the GP context.
You can add an activated form object only. You must also make sure that the form object is enabled for use in Guided Procedures. If you want to use a dynamic form, you have to configure it explicitly.
More information: Configuring Form Use and Data Processing Options
On the Define Input screen, you can see the file structure of the form received as input.
On the Define Output screen, you can browse the file structure of the output form as well as the structure of the composite form fields: user-defined fields, annotations, signatures, and so on.
In case the input file is not a PDF form, or if you have uploaded a file that is not a PDF form, the system cannot extract the form data and populate the output structure.
Once you have activated the Pass Through Form callable object, you can use it as a process step.
You can use the Pass Through Form callable object whenever you need to modify forms online.
For example, when a standalone composite form is submitted as an input to a newly-initiated process, the Pass Through Form callable object can be the first step of the process.
It can also serve as an intermediary step in iterative processes: the form that is handled by the callable object may be repeatedly modified by process contributors to facilitate process decisions and information exchange.