AllowManualRouting property

Returns or sets whether users are allowed to cut and paste rows between steps, bypassing the approval process logic. When an approval process is created through SAAPI, the AllowManualRouting property is set to TRUE by default.

Syntax


C++

HRESULT get_AllowManualRouting(
   
VARIANT_BOOL* pAllowManualRouting)

HRESULT put_AllowManualRouting(
   
VARIANT_BOOL myAllowManualRouting)

Scripting languages

Boolean = Object.AllowManualRouting

Object
.AllowManualRouting = Boolean

Legal values


Value

Description

TRUE

Users are allowed to cut and paste rows between steps.

FALSE

Users are not allowed to cut and paste rows between steps.

 

Home

Applies to

IERUDBProcess