Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Action Webjects > Create-TypeInstance
  
Create-TypeInstance
Creates one or more type instances, but does not store them in the Windchill database.
The ATTRIBUTE and FIELD parameters are processed first to construct a single type instance. This processing occurs if either FIELD is specified or GROUP_IN is not specified.
The FIELD parameter can be used for the following:
Specify values to populate in the resulting type instance.
Override default values for a given attribute specified in the list of ATTRIBUTE parameter values.
If specified, the contents of GROUP_IN are processed second. One type instance per element within the GROUP_IN is constructed and added to the output group. The attributes in each resulting type instance are determined by combining the ATTRIBUTE parameter values with the attributes found in a given element.
Similar to the FIELD parameter, each attribute value in an element serves to populate or override default values in the resulting type instance. Attributes named CLASS or OBID within any element of the GROUP_IN parameter are ignored.