Item.Action

Performs the specified action on items.

Parameters

One of the following subactions must be specified:

The existence of one of these values in the URL determines the action that is invoked on the items. Refer to the documentation for each command for parameter information. In addition to the parameters for the subaction, the following parameters can be specified:

Item.UpdateList

Specifies how to update the item list:

  • Calendar.Search Update the list by doing a calendar search. For the other parameters that must accompany this option, see Calendar.Search.
  • For any other value, the item list is updated with the items in the last access folder, which is the equivalent of Folder.Open.

Return Values

See the documentation for each action for the pertinent return information.

Example

<FORM method=post action=/servlet/webacc>
   <INPUT type=hidden name=User.context value=xyz>
   <INPUT type=hidden name=action value=Item.Action>
   <INPUT type=checkbox name=Item.drn value==582z1z>Task 1
   <INPUT type=checkbox name=Item.drn value==236z2z>Task 2
   <INPUT type=submit name=Item.Decline value="Decline Task">
</FORM>