Skip to main content
Version: 7.9

system.nav.goForward

This function is used in Python Scripting.

Description​

When using the Typical Navigation Strategy, this function will navigate "forward" to the last main-screen window the user was on when they executed a system.nav.goBack().

Client Permission Restrictions This scripting function has no Client Permission restrictions.

Syntax​

system.nav.goForward()

Parameters​

None

Returns​

PyObject - The window that was returned to.

Scope​

Client

Code Examples​

Code Snippet
# This code would go in a button to move to the last screen that used system.nav.goBack().
system.nav.goForward()