UpdateItemLifeCycleDefinitions Method
updates the item life cycle definitions assigned to items
Syntax
public new Item[] UpdateItemLifeCycleDefinitions(
System.long[] itemMasterIds,
System.long[] toLCDefIds,
System.long[] toStateIds,
System.string comment
)Public Shadows Function UpdateItemLifeCycleDefinitions( _
ByVal itemMasterIds() As System.Long, _
ByVal toLCDefIds() As System.Long, _
ByVal toStateIds() As System.Long, _
ByVal comment As System.String _
) As Item()Parameters
| Name | Description |
|---|---|
| itemMasterIds | the IDs of the items to update |
| toLCDefIds | the IDs of the life cycle definitions to assign the items to |
| toStateIds | the IDs of the life cycle states within the definition to assign the items to |
| comment | the comment to use for the new items |
Return Value
updated items