Skip to content

Move

Moves the case to the specified channel.

myCase.Move(channelId: string, comments?: string, moveActivities?: boolean):Case (Case)

Parameters

string channelId
    The ID of the channel to move the case to.

string comments optional
    Comments for the move.

boolean moveActivities optional
    When true, moves the case activities together with the case. Defaults to false.

Returns

The current Case instance.

See Also