system.nav.goBack
Deprecated by system.vision variations in 8.3
This function was replaced with system.vision.goBack.
Click here to learn more about system.vision variations.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
Nothing
Returns
Window - A reference to window that was navigated to. Refer to the list of window objects.
Scope
Vision Client
Code Examples
Example #1
# This code would go in a button to move to the previous screen.
system.nav.goBack()