Compose.ChangeTo.xxx

Changes this item to an item of type xxx. This action must be specified as a subcommand of Compose.Action.

Subcommands

Parameters

Compose.id (Required)

Specifies the identifier of the item being composed.

User.context (Required)

Specifies the context identifier for this user’s session.

Return Values

Returns the same values as Compose.Action.

Example

<FORM method=post action=/servlet/webacc">
    <INPUT type="hidden" name=User.context value=xyz>
    <INPUT type="hidden" name="action" value=Compose.Action>
    <INPUT type="hidden" name="Compose.id" value=1>
    . . . 
    <INPUT TYPE="Submit" Name="Compose.ChangeTo.Mail"
        Value="Appointment">
    . . .
</FORM>