This can be realized by implementing it in the following way:
[1] If the routing definition of transition destination screen is POST method
The IM-BloomMaker component "Display URL X in pop-up window" works with a GET request.
Therefore, a 404 error occurs for routing defined with the POST method.
As an example, this can be realized by combining "Display URL X in pop-up window" and "Transition to URL X".
Specifically, follow the steps below.
1. Prepare a blank screen separately and display the blank screen in a pop-up once with a GET request.
2. On the blank screen, execute the "Transition to URL X" action (* Select POST for the method) in the "When Loading Page" event of the container.
3. It is then possible to display a popup screen using a POST request.
[2] If the routing definition of transition destination screen is GET method
When transitioning with GET method, it is possible to transition directly using "Display URL X in pop-up window" by setting the routing definition of transition destination screen with GET method.
*IM-BloomMaker for Accel Platform IM-BloomMaker User Operations Guide
12.4.1.26. Display URL in a popup window
https://document.intra-mart.jp/library/bloommaker/public/im_bloommaker_user_guide/texts/appendix/actions/regular.html#imopenpopupwindowactionitem
--Target-------------------------------------------------------------------------
iAP/Accel Extensions/IM-BloomMaker for Accel Platform/2022 Spring(Eustoma) or later
---------------------------------------------------------------------------------
FAQID:1375
How can I transition to the IM-BloomMaker screen created separately using the IM-BloomMaker standard component "Display URL X in pop-up window"?
