UpdateRouting Method
Updates a Routing object.
Required Permissions
ChangeOrderRoutingCreateSyntax
public Routing UpdateRouting(
System.long routingId,
System.bool reqAllApproval,
System.bool active
)Public Function UpdateRouting( _
ByVal routingId As System.Long, _
ByVal reqAllApproval As System.Boolean, _
ByVal active As System.Boolean _
) As RoutingParameters
| Name | Description |
|---|---|
| routingId | The ID of the Routing. |
| reqAllApproval | If true, the Routing requires approval. |
| active | If true, all users that can approve, must approve in order to complete the process. |
Return Value
The updated Routing object.