UsingCustomRouting property

Returns whether or not eRoom implements routing for this database.

Syntax


C++

HRESULT get_UsingCustomRouting(
   
VARIANT_BOOL *pUsingCustomRouting)

Scripting languages

Boolean = Object.UsingCustomRouting

Legal values


Value

Description

TRUE

eRoom does not implement any routing for this database. In this case, the developer should write a synchronous event handler that is registered with and controls routing within this approval process.

FALSE

eRoom does implement routing for this database. In this case, the developer should make sure that an approval column has been designated as the step approval column. Otherwise, eRoom will throw an error the first time a row is edited, since it will not know which column to check for routing.

 

Home

Applies to

IERUDBProcess