Is it possible to trigger an event from a preparation directly using a runjavascript or I have always to do it with a button/link click ,fake notify or something else on page?
Hello @Filipe Lourenço,
For my own clarity, could you please state an example or two for the typical event you wish to trigger in the preparation?
Thank you
AJ
It is just a simple triggering
Hi Filipe,
Kindly check this post, https://www.outsystems.com/forums/discussion/32511/call-webblocks-save-action-from-parent-screen/,
not sure if this would somehow help you with your objective.
Kind regards,
Chris
On preparation you can only reference server actions. I usually do the hidden button click approach that you referenced or something that could be reached on load by js. There's a possibility though that is using the event system component:
https://www.outsystems.com/forge/component-overview/597/event-system