Form Utilities DSC

Version 10 by Kendy Yus
on Oct 28, 2008 10:29.

compared with
Current by Lachlan Aldred
on Apr 01, 2009 16:15.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (22)

View page history

 
h3. Component: com.avoka.livecycle.formutil 8.0

h3. Operation: insertXmlData
h3. Operation Title: Insert XML Data   (insertXmlData)
Insert XML Data: This operation retrieves repeating data from an XML document and inserts the data into a form.
|| Input Parameter || Type || Description || Editor ||
| Input Repeat Element XPath | java.lang.String | An XPath expression that evaluates to the repeating element in the input XML variable| |
| Starting Row Index | java.lang.String | A numerical value to specify the starting row index to read from the input XML data, 0 used by default to read starting form the first row of data| |
| Number of rows to read | java.lang.String | A numerical value to specify the number of rows to read from the input XML data, -1 used by default to read all rows of data| |
| Output Repeat Element XPath | java.lang.String | An XPath expression that evaluates to the repeating element in the output XML variable| |
| Copy Everything | java.lang.Boolean | If the check box is selected, all data from the input XML will be copied to the output form data and only repeating element names will be changed.| |
| Source destination mapping | java.util.List | The mapping is used to read only source data and save it into destination data for each repeating XML element. This setting is used only when "Copy Everything" is not selected.| |
| Append or Overwrite | java.lang.String | If 'Append' is selected, the data will be appended to the output form data, otherwise it will be overwritten.| |



h3. Operation: mergeFormData



h3. Operation Title: Merge Form Data   (mergeFormData)
Merge Form Data: This operation retrieves data from forms, merges the data and saves the merged data into an XML variable.
|| Input Parameter || Type || Description || Editor ||
| Input Repeat Element XPath | java.lang.String | An XPath expression that evaluates to the repeating element in the input XML variable| |
| Starting Row Index | java.lang.String | A numerical value to specify the starting row index to read from the input XML data, 0 used by default to read starting form the first row of data| |
| Number of rows to read | java.lang.String | A numerical value to specify the number of rows to read from the input XML data, -1 used by default to read all rows of data| |
| Output Repeat Element XPath | java.lang.String | An XPath expression that evaluates to the repeating element in the output XML variable| |
| Copy Everything | java.lang.Boolean | If the check box is selected, all data from the input XML will be copied to the output form data and only repeating element names will be changed.| |
| Source destination mapping | java.util.List | The mapping is used to read only source data and save it into destination data for each repeating XML element. This setting is used only when "Copy Everything" is not selected.| |
| Append or Overwrite | java.lang.String | If 'Append' is selected, the data will be appended to the output form data, otherwise it will be overwritten.| |



h5.
{panel:borderStyle=solid}