ShowSearchForm property

Returns or sets whether the search form is displayed on the approval process page.

Syntax


C++

HRESULT get_ShowSearchForm(
   VARIANT_BOOL* pShowSearchForm)

HRESULT put_ShowSearchForm(

   VARIANT_BOOL myShowSearchForm)

Scripting languages

Boolean = Object.ShowSearchForm

Object
.ShowSearchForm = Boolean

Legal values


Value

Description

TRUE

Search form appears on the approval process page.

FALSE

Search form does not appear on the approval process page.

Remarks


If displayed, the search form on the approval process page applies to all entries that user can open in the approval process regardless of the step to which the entries belong.

Home

Applies to

IERUDBProcess