UpdateItemLifeCycleStates Method
updates the life cycle state of an item
Syntax
public new Item[] UpdateItemLifeCycleStates(
System.long[] itemMasterIds,
System.long[] toStateIds,
System.string comment
)Public Shadows Function UpdateItemLifeCycleStates( _
ByVal itemMasterIds() As System.Long, _
ByVal toStateIds() As System.Long, _
ByVal comment As System.String _
) As Item()Parameters
| Name | Description |
|---|---|
| itemMasterIds | the items to update |
| toStateIds | the IDs of the life cycle states to transition to |
| comment | the comment for the new items |
Return Value
updated items