Controls the width of Involved fields by specifying the number of characters for the field.
Note: Among wizard parameter types, the type corresponding to custom fields of type Involved is known as Contact.
For example:
Form |
<TCFIELD NAME="Claimant" size="10" /> |
Block |
<tc:field name="Claimant" category="CLAM" size="10" /> |
<tc:wizardParameter name="Claimant" size="10" /> |