Additional Windchill Capabilities > Service Information Management > Customizing Windchill Service Information Manager and Windchill Service Parts > Customizing Information Elements
  
Customizing Information Elements
Users can enter multiple new information elements, one at a time, using the Insert New menu of the information structure and the publication structure.
When the users clicks Insert, the dialog box clears the Name and Description fields to prepare for a subsequent information element. You can implement a custom delegate to clear additional fields by setting the dynamicdocument.insert.multiple.attributes.reset property in the techpubs.wt.properties.xconf. The property defines the field name used in the dialog box layout. In the following example, the Information Type field is reset each time:
<Property name="dynamicdocument.insert.multiple.attributes.reset"
multivalued="," default="name,InformationType" overridable="true" /