Customization of User Defined Attributes

There are eight user defined attributes as follows:

  • two Strings
  • two dates
  • two numbers
  • two booleans

All these variables can be named as required by the user. The following illustrates the assigning of user defined attributes:

<assign>
		<var>USERDEFINED_LIST</var>
		<const type="string">Date1_Name:Start Date</const>
		<const type="string">Date2_Name:End date</const> 
		<const type="string">boolean1:boolean1</const>
		<const type="string">boolean2:boolean2</const>
		<const type="string">String1_Name:Special Instructions</const> 
		<const type="string">String2_Name:String2_Name</const> 
		<const type="string">Integer1_Name:Integer1_Name</const>  
		<const type="string">Integer2_Name:Integer2_Name</const>
<assign>

Names on the left of ’:’ are constants and cannot be changed. Those to the right of ’:’ are configurable and are displayed on the GUI.