Template Details

Template Details is to specify the template details for an event. For each event, SIS requires a template xml file as per the definition of the interface in the CIS.

This table describes Event Configuration - Template Details properties:

Property Name Description
File Name The name of the xml file that contains the business data xml representation.
Root Tag of the transaction Data This is the root tag of the business data.

A sample xml file is as follows:

<CISDocument>

     <ContactAddress>

               <…>

          </ContactAddress>

</CISdocument>

In the sample xml file, the root tag will be ContactAddress. If the data contains multiple records, there will be multiple ContactAddress nodes in the xml data as follows:

<CISDocument>

     <ContactAddress>

          <…>

     </ContactAddress>

     <ContactAddress>

          <…>

     </ContactAddress>

     <ContactAddress>

          <…>

     </ContactAddress>

</CISdocument>