GetLifecycleRollbackTargetItem Method
Gets the target item for rolling back an item's lifecycle state from within the context of a change order.
Required Permissions
Item Rollback Lifecycle StateSyntax
public Item GetLifecycleRollbackTargetItem(
System.long changeOrderId,
System.long itemMasterId
)Public Function GetLifecycleRollbackTargetItem( _
ByVal changeOrderId As System.Long, _
ByVal itemMasterId As System.Long _
) As ItemParameters
| Name | Description |
|---|---|
| changeOrderId | the ID of the change order associated to the item |
| itemMasterId | The ID of the item master to apply the rollback to |
Return Value
the rollback target item