ShowView

The ShowView function opens the View for that particular ViewID.

Syntax :

ShowView(ViewID,[WithClose]=False)
Parameters Description
ViewID Required View ID.
[WithClose]=False By default this function is false as we want to open the view

Example :

ShowView(77)