Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Action Webjects > Create-TypeInstance > Parameters
  
Parameters
Required
Interdependent
Optional
TYPE
CONTAINER_REF
FIELD
GROUP_IN
GROUP_OUT
* 
If a parameter is listed in the table but is not defined below, then it has a common parameter definition. For descriptions of those parameters, see Common Webject Parameters.
CONTAINER_REF
A Windchill context to apply the webject against. This parameter accepts the following types of input:
The UFID of a Windchill context. Multiple UFIDs can be specified for this parameter.
MEMBERSHIP—The query finds only those contexts of which the user is a member.
When this parameter is specified, the scope of queries executed against the TYPE parameter is restricted to the associated context.
FIELD
The attributes and associated values to be created (global attribute values and or attribute values of subtypes). This parameter is optional.
For global attributes, just the name and value of the desired attribute is specified. For example:
"source=wt.part.Source.make."
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.
GROUP_IN
Input group containing attributes to populate the new type instance. This parameter is optional.
Similar to the FIELD parameter, each attribute value in an element serves to populate or override default values in the resulting TypeInstance. Attributes named CLASS or OBID within any element of the GROUP_IN parameter are ignored.
GROUP_OUT
The name of the output group containing the results. If this parameter is omitted, then the name of the output group is constructed by appending the string “-Output” to the webject name. This parameter is optional.
TYPE
The object type name. If WHERE is specified, TYPE must also be specified. For more information, see Specifying the TYPE and WHERE Parameters.