ShowSummary property

Returns or sets whether the approval process summary is displayed.

Syntax


C++

HRESULT get_ShowSummary(
   VARIANT_BOOL *pShowSummary)

HRESULT put_ShowSummary(

   VARIANT_BOOL myShowSummary)

Scripting languages

Boolean = Object.ShowSummary

Object
.ShowSummary = Boolean

Legal values


Value

Description

TRUE

Approval process summary is displayed.

FALSE

Approval process summary is not displayed.

Remarks


If displayed, the approval process summary appears below the item box that displays the steps of the approval process.  The approval process summary displays all entries that the user can open in the approval process regardless of the step to which the entries belong.

Home

Applies to

IERUDBProcess