Section | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Click the icon to remove the template. You will be asked to confirm the deletion as the template and all field mappings will be removed.
You can set up logic for the PDF via a precondition that will control when the PDF will be generated or it can be used to skip the PDF entirely. For Example, currently the only way to disable a template is to use a precondition that always evaluates to false and it will be skipped.
Let's say you have an English version and a Spanish version of a pdf. Preconditions, in conjunction with Business Rules can be used to determine which pdf is used in the form/flow at runtime.
...
Info |
---|
|
Preconditions for PDF
You can set up logic for the PDF via a precondition that will control when the PDF will be generated or it can be used to skip the PDF entirely. For Example, let's say you have a form/flow where you want to generate an English version and a Spanish version of a PDF. Preconditions, in conjunction with Business Rules can be used to determine which pdf is used in the form/flow at runtime. The form/flow contains a Radio control named Language that has two options: English and Spanish.
The precondition can be created in two ways. You can type the JavaScript into the field
or click the icon to launch the Precondition Editor to create it. Click this link for the full details about how the Precondition Editor works.
When the precondition is built with the Precondition Editor, the expression displays as shown in the image.
The Precondition Editor checks the expression for valid JavaScript and displays appropriate error messages when necessary. Preconditions are re-validated when you click the save and test icon and you click on the Generated Forms icon. If there is an error, the designer is notified and given an option to re-edit.
With this precondition in place, the English verison of the PDF is generated when the user selects the English option for a Radio control named Language.
Step 4 - Map the Live Form fields to the acroform fields
...
A simple work-around is to put a control by the same name into the second form and uncheck the visible property. Then add the same rule to the second form to populate it. Workflows designed using Linked Activities, should not exhibit this behavior. Linked steps in flow are like a single form broken into pieces. Flows using this design pattern have a single schema which includes fields from all its steps. So when fields from a flow are mapped to a PDF, there is nothing like future fields from the PDF point of view. It is mapped to the controls in a single schema or document.
Adobe Reader Issue with Grouped Check Boxes
...