LiveCycle Workbench ES Help | |||
| Creating Your First LiveCycle ES Application > Creating a Process > Editing your process version for the mortgage application process > Defining variables for your process version | |||
You will now define variables for your process version. Variables are used to save data during the execution of your process, such as information that enters the process. Variables are used to store information that is passed out of your process or to store information that can be referenced during the execution of operations in your process. Variables of different types can store different types of information. You will create variables of the following types to store the form and the mortgage amount:
xfaform: This type associates the render and submit operations for an XML-based form. It will be used as an input variable to access the form's data, point to a form design in the repository, and to specify the render and submit operations for a form design. This form type is referenced as the form variable for the MortgageLoan process.
This variable is required because processes need a form design to be associated with it. A form is the mechanism for users to interact with a process.
float: This type saves the amount of the mortgage as a float value. It will be used to determine where to route the mortgage application in a conditional statement.
To define a variable to store your form:
. The Variable dialog box appears.LoanForm.Loan form data.Form submitted and stored in a xfaForm type..Note: If the form design has an embedded schema, click Schema Settings. The schema appears in the Form Schema Settings dialog box. You may need to click Reload From Form if you change the schema in your form design.
To define a variable to store the mortgage amount:
. The Variable dialog box appears. LoanAmount.Amount of Mortgage.Mortgage amount to use as part of the condition for routing..You have defined the necessary variables for the MortgageLoan process.
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/es/wb_help/00000451.html