SetProcessStepPosition method

Sets the position of a process step.

Use this method to change the sequence in which the steps are ordered. If custom routing is set to FALSE, eRoom uses this sequencing to determine the order in which an approved entry should move through the approval process.

Syntax


C++
HRESULT SetProcessStepPosition( 
   
IERUItem *pProcessStep,
   LONG
Position
)
Scripting languages
Process.SetProcessStepPosition
   pProcessStep
as IERUItem,
   Position as Long

Parameters


pProcessStep

Pointer to the process step that will receive a new sequence number.

Position

New position in the sequence for the step. The value of the position must be 1 or greater.

Return value


C++

The return code.

Scripting languages

None.

 

Home

Applies to

IERUDBProcess