/
Visu.Goto.Page

Visu.Goto.Page

This is a visualization client command. This means it can only be used within the visualization front end using a XCommand button – within the Core Server (within an XCommand Event definitions or within an action) it cannot be used.

Description

Used within the visualization client to change to a different page. The view and variables can also be specified.

Inputs

None

Outputs

None

Parameters

Name

Type

M/O

Description

Name

Type

M/O

Description

PageName

custom / string

M

Name of the target page.

ViewId

custom / string

O

Specifies the view (Current view, Main / View1, View2, or View3) in which the page shall be switched. Leave empty to address "Main".

Variables

custom / string

O

The values of page variables can be defined here. The format is <varname1>='<varval1>',<varname2>='<varval2>',...

Page variables that are not mentioned will be set to their respective default values.

Applies to

  • XLogic BMS Library 1.0.0

Related content