Advanced Customization > Windchill Adapter > Windchill Adapter Webject Library > Action Webjects > Revise-Objects > Parameters
  
Parameters
Required
Interdependent
Optional
CONTAINER_REF
FIELD
GROUP_OUT
GROUP_IN
MODIFICATION
ONE_OFF_VERSION
OBJECT_REF
TYPE
WHERE
* 
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 and WHERE parameters are restricted to the associated context.
FIELD
An attribute and associated value to be included in the requested operation. The attribute and associated value are separated by an equals sign. For example:
<ie:param name="FIELD" data="source=wt.part.Source.make"/>
The attribute and value are dependent on the object and operation being performed. This parameter is optional. This parameter can have multiple values.
GROUP_IN
One or more objects to be revised. The OBID attribute of each element selects the object to be updated. The other attributes in each element specify values to be replaced, added, or deleted.
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.
MODIFICATION
Specifies how attributes are being modified. Acceptable values are REPLACE, ADD, DELETE, and REMOVE. The default value is REPLACE. This parameter is optional.
OBJECT_REF
The Unique Federation Identifier (UFID) of a Windchill object. Multiple values can be specified for this parameter to identify multiple objects.
This parameter can be used instead of or in combination with WHERE. If WHERE is not specified, then OBJECT_REF must be specified.
ONE_OFF_VERSION
Specifies whether the webject should create a new version of each object or a one-off version of each object. A value of TRUE creates a one-off version of each object. The default for this parameter is FALSE. 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.
WHERE
Specifies a query expression identifying the objects to be revised. This parameter can be used instead of or in combination with OBJECT_REF and GROUP_IN.
If WHERE is specified, then TYPE must also be specified. For more information, see Specifying the TYPE and WHERE Parameters.