Skip to main content
Version: 7.9

system.nav.goBack

This function is used in Python Scripting.

Description​

When using the Typical Navigation Strategy, this function will navigate back to the previous main screen window.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax​

system.nav.goBack()

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 previous screen.
system.nav.goBack()