StartChangeOrderActivity Method
Start a change order activity.
Required Permissions
ChangeOrderParticipateSyntax
public override ChangeOrder StartChangeOrderActivity(
System.long changeOrderId,
System.long activityId,
System.long stateId,
System.DateTime stateEntered
)Public Overrides NotOverridable Function StartChangeOrderActivity( _
ByVal changeOrderId As System.Long, _
ByVal activityId As System.Long, _
ByVal stateId As System.Long, _
ByVal stateEntered As System.Date _
) As ChangeOrderParameters
| Name | Description |
|---|---|
| changeOrderId | The ID of the targeted change order. |
| activityId | The ID of the activity being started. |
| stateId | The ID of the change order State upon beginning of the activity. |
| stateEntered | Time when the change order entered its state. |
Return Value
Returns the targeted change order.
Remarks
A general method of registering with the server that an activity is in process. CommitChangeOrderActivity or CommitChangeOrderCloseActivity must be called for the activity to take place. Call CancelChangeOrderActivity to cancel the activity.