Initiating the process from the VB application
In this section, we'll create a form in the VB application that will allow us to initiate the registered TravelReimbursement process.
The following are the steps to initiate the process from VB:
- Open the initiate-process-start page under the chapter10 web application.
- Open the Variables tab and create five variables of the
String
type with the IDfirstName
,lastName
,travelReason
,travelStartDate
, andtravelEndDate
, and one variable of theNumber
type with the IDamount
. - Go to the Page Designer tab of the page, drag and drop the Heading component on the page, and change the Text property to
Raise Travel Reimbursement
. - Drag and drop the Form Layout component just below the Heading component, and change the Max Columns property to
2
. - Configure the UI component under Form Layout as per the following table:
- Drag and drop the Button component after the Form Layout...