SetProcessStepApprovalColumn method

Sets the process step approval column.

Syntax


C++
HRESULT SetProcessStepApprovalColumn( 
   IERUDBColumn
*pColumn
)
Scripting languages
Column.SetProcessStepApprovalColumn
   pColumn
as IERUDBColumn

Parameters


pColumn

Pointer to the column that is to be the approval column.

Return value


C++

The return code.

Scripting languages

None.

Remarks


If the UsingCustomRouting property is set to FALSE, then you must use the SetProcessStepApproval method. The column you specify as the approval column must be of type approval, and this method can only be called once on an approval process. Once the approval column is set, this method cannot be called again.

Home

Applies to

IERUDBProcess