columnName Attribute

Identifies the column name in the SQL table (underlying the form list view).

Type

  xsf:xdTitle

Remarks

The columnName attribute is a required attribute of the field element.

Example

The following is an example of the columnName attribute as it is used in the field element:

  <xsf:listProperties>
   <xsf:fields>
      <xsf:field
         type="xsd:date"
         name="TravelDate"
         columnName="TravelDate" 
         required="yes"
         viewable="yes"
         node="TravelReport/Header/travelDate"
         aggregation="first"/>
   </xsf:fields>
</xsf:listProperties>