BOD Tag Name

On the Replication Document Elements form, specify the element names and child element names to be used for the element in the BOD. Child elements are indicated by additional forward slashes in the tag name.

For example:

ProcessItemMaster/DataArea/ItemMaster/ItemMasterHeader/Classification/Codes/Code

This statement is transformed to this XML code:


<ProcessItemMaster>
  <DataArea>
    <ItemMaster>
       <ItemMasterHeader>
         <Classification>
           <Codes>
              <Code>

Optionally, add the GETPOSITION() function to the value of the BOD Tag Name field to retrieve the position of the element during inbound BOD processing. The position value can be used as an identifier on which node is being processed.