Database |> Language |> Keywords |> 

PORTAL

Contents

Definition

The PORTAL is a reserved keyword used to denote when you are running a query from the workbench and would like to obtain a corresponding screenshot (for a static page load and extract) or screen recording (for a sequence of page interactions). To do so, assign its value to be OPEN:

PORTAL <| OPEN |

-- Remainder of your code here...

If it is excluded from the LSD SQL or assigned to any value other than OPEN, then it’s presumed the portal is not an active component of the LSD SQL being run.


Related: