Hello, I am having trouble with getting a popup to display.
I have a created a page for users to enter data then press a button upon completion.
Depending on the data entered, I require a popup window to appear. I cannot figure out why I am having trouble with this step.
The popup window "TicketError" exists in the Popups folder.
The popup is getting called because I have print statements before and after it.
system.perspective.print(message="Before", destination="all")
system.perspective.openPopup("tt_error", "Popups/TicketError")
system.perspective.print(message="After", destination="all")
Please help me determine what I am missing.