Find.NewUpdate

Launches a new search using the query parameters established with Find.First. This action must be specified as a subcommand of Find.Action. It must also be preceded by a Find.First action.

Parameters

Find.NewUpdate (Required)

Specifies the required subaction.

User.context (Required)

Specifies the context identifier for this user's session.

Find.UpdateList or Find.UpdateCache (Required)

Specifies the folder list context to the find window. Use Find.UpdateList for templates that use frames and use Find.UpdateCache for all other templates.

Return Values

Returns the same values as Find.First.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type="hidden" name="User.context" value="psquRmoverPq">
   <INPUT type="hidden" name="action" value="Find.Action">
   <INPUT type="hidden" name="Find.NewUpdate" value="true">
   <INPUT type="hidden" name="Find.UpdateList" value="1">
   <INPUT type="hidden" name="merge" value="msglist">
</FORM>