Show 

Home > eRoom API Help > Server Access API > SAAPI Properties > ProcessStepLabel property

Show Show 
eRoom

 

ProcessStepLabel property

Returns or sets the label for the step column.  The step column and its label are only displayed in the approval process summary.

Syntax


C++

HRESULT get_ProcessStepLabel(BSTR* pProcessStepLabel)

HRESULT put_ProcessStepLabel(BSTR myProcessStepLabel)

Scripting languages

ProcessStepLabel = ApprovalProcess.ProcessStepLabel

ApprovalProcess.ProcessStepLabel = ProcessStepLabel

 

Home

Applies to

IERUDBProcess