You work in a college admissions office. You want to capture data from the following table in your line-of-business application in an E-Form, but do not want to capture this data using Keyword Values:
High School Test Name |
High School Test Score |
---|---|
SAT |
1220 |
ACT |
26 |
Configure the table in the E-Form in the following way:
<table border="1"> <tr> <th>High School Test Name</th> <th>High School Test Score</th> </tr> <tr> <td><input type"=text" name="OBNONKey__REPEATED__Tests__TestName_1"></td> <td><input type"=text" name="OBNONKey__REPEATED__Tests__TestScore_1"></td> </tr> <tr> <td><input type"=text" name="OBNONKey__REPEATED__Tests__TestName_2"></td> <td><input type"=text" name="OBNONKey__REPEATED__Tests__TestScore_2"></td> </tr> </table>
When performing Enterprise Integration Server mapping, map the “Test Name” and “Test Score” values from the line-of-business application's schema to the corresponding E-Form values in the E-Form schema's “Tests” group.
When the Enterprise Integration Server generates the E-Form from the line-of-business application, the first “Test Name” value will be used to fill the OBNONKey__REPEATED__Tests__TestName_1 element. The second “Test Name” value will be used to fill the OBNONKey__REPEATED__Tests__TestName_2 element.