Hey all,
I am trying to open a BAQ report in a slide out panel using the app-open event. The report pulls the information correctly and functions as needed, however the user should be able to click off the slide out panel to close the panel. I have checked the checkbox on the BAQ report layer and tried to make events to make it work, however it just will not go away without clicking the ‘x’ button, and does not allow for other input to get rid of the screen. Making it a pop out window is not really a ‘good’ option as the user needs to be able to see the info while compiling the BAQ report.
Thank you,
pancakeMonkey
Use the app-close widget on the V1_20230627_MB layer. Hook it up to whatever event you need. Since this is a report, I would probably suggest setting the trigger to be Event/After/SubmitToAgent.
Probably should put a condition in there to check the calling form otherwise it will try to close the app all the time.
2 Likes
Hannah, thank you for the timely reply. This solution worked.