454
Views
4
Comments
Trigger Event Preparation
Application Type
Traditional Web

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?

2021-11-18 18-03-41
AJ.

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

2024-01-05 16-00-17
Filipe Lourenço

It is just a simple triggering

Capturadeecr20210401170943.png
2024-10-25 09-14-42
Christopher Bautista

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

2018-09-11 21-09-40
Helena Lameiro
 
MVP

Hi Filipe,

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.