Training
Training
Online Training
Developer Schools
Boot Camps
Certifications
Tech Talks
Documentation
Documentation
Overview
ODC
O11
Forums
Forge
Get Involved
Get Involved
Home
Jobs
Ideas
Members
Mentorship
User Groups
Downloads
Platforms
OutSystems.com
My Platform
Community
Resources
Support
Search in OutSystems
Log in
Sign Up
Community
›
Forge
›
Assets list
›
Screen Action
Screen Action
Stable version
3.0.1
(Compatible with
OutSystems 11
)
Other versions available for 10
Uploaded
on
26 January 2023
by
5.0
(4 ratings)
Overview
Reviews
Versions
Documentation
There's no documentation for this asset yet
Support
Screen Action
Details
Enables the reuse of screen actions by calling a screen action within another action.
Read more
Features:
Screen Action is an extension that allows you to reuse screen actions !
Call web block actions from their parents.
Avoids the unecessary network trafic of the widget_click component.
How it works:
The extension uses reflection to find and invoke the screen action through the provided name.
Sample:
https://www.outsystems.com/forge/component/3559/screen-action-sample/
Notes:
Important: Make sure that the action that your are invoking doesn't invokes the source action or you may end up in an endless loop.
Currently this component does NOT support screen actions with input parameters.
Notice: This component takes advantage of private and undocumented Platform APIs, which can change without notice. As a result, this component may unexpectedly break as the Platform is upgraded. We advise proper testing to ensure that your applications continue to work as expected when upgrading/patching the Platform.
Release notes
(3.0.1)
Fixed compatibility with newer versions.
License
(3.0.1)
BSD-3 license (
https://opensource.org/licenses/BSD-3-Clause
)
Reviews
(0)
Team
Other assets in this category
Functional libraries & utilities, Other functions & libraries
XML Records
Afonso Carvalho
An extension that allows you to convert an hierarchical structure, composed of Records and/or RecordLists to XML. It also allows you to read an XML into the structure.
8073
Event System
Leonardo Fernandes
Use custom events in your OutSystems apps! Communicate events instantly between web blocks, refactor your screen logic, use divide-and-conquer for complex forms, build reusable components, and much more. And do all of these with a beautifully simple API.
2741
ardoJSON
João Barata
Generic extension for serializing and deserializing Outsystems values into and out of JSON
12562
More from Matheus Medeiros
Page Loader
Matheus Medeiros
The Page Loader component shows a loading page overlay when pressing a link or a submit button.
1387
Action Reflection
Matheus Medeiros
Allows dynamic action calls through the names of the eSpace and Server Action.
211
Button Locker
Matheus Medeiros
Component to prevent multiple clicks on a submit input by disabling the button .
532
Loading
Loading...