S
|
StephenB author 10/9/2024 |
Also, another difference is that after clicking 'Save' in the native popup add, the popup is automatically closed, but when using Runner.displayPopup(), the popup stays open but shows the email_list page. There must be a way of reproducing the native behaviour in button code using Runner.displayPopup() or some other method? |
G
|
Grdimitris 10/9/2024 |
Assuming that to display with Runner.displayPopum you are using a button in list page. in email add page go to Javascript on load event and write this In after record added for email table add In Before display event add and finaly in Javascript oLoad event add |
S
|
StephenB author 10/10/2024 |
Thanks. I'd already gone down the route of adding a second page with the menu removed, etc., but the tip re closing the popup is very helpful - I'll give that a try! However, I now have 2 Add pages to maintain for the same purpose, whereas it would be a lot nicer to be able to access the native 'open in a popup' functionality on the default Add page. Do we know what the native 'Add new' button is doing in order to achieve this? |