912
Views
2
Comments
Solved
Trigger screen action internally 
Question

Hi All, 


I want to perform a screen action without user interference( based on a parameter which I check in the preparation). 


I'm unable to call the screen action if the condition is satisfied. Since I cannot call it using regular features available, Kindly let me know if any alternative. 


Thank you.


Thanks and Regards,

Priya

2020-01-01 07-11-22
Pravi Gupta
Solution

Hi Priya,

Simply, just check your condition in the Preparation, if the condition is satisfied, then use the Outsystems "Widget_Click" Action and make a Button Click. Hide that button by applying the Style as "display:none;" and select the destination of that button as screen action which you want to call.

2024-09-26 04-47-30
Priyadharshini Sridharan

Hi Pravi,

Thank you. It worked.


Thanks and Regards,

Priya

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