SYNTAX

    switchview [options] <app_id> <view_id> [<custom_message_id>] [<custom_message>]


OPTIONS

-h (--help) bool

Display help.


ARGUMENTS

<app_id>

The identifier of the application that owns the view to be switched to. [uint]

<view_id>

The identifier of the view to be switched to. [uint]

[<custom_message_id>]

A custom message ID to pass to the activating view. [uint]

[<custom_message>]

A custom message to pass to the activating view, using the given custom message ID. To send binary data use the fshell escape sequences ^x or ^u. [string]


DESCRIPTION

Perform a user interface level view switch.

On modern platforms (i.e. more recent than 9.1) does not return until the view switch has completed. On 9.1 and earlier, returns before the view switch has completed, which may cause problems in scripts.

Note, application and view identifiers can be found using the activeview command.


SEE ALSO

activeview


COPYRIGHT

Copyright (c) 2008-2010 Accenture. All rights reserved.