79
Views
2
Comments
[Action Reflection] Dynamically call action with input / output parameters
action-reflection
Web icon
Forge asset by Matheus Medeiros
Application Type
Reactive, Service

I like to create an internal application to test some server actions of other applications. I can create a list of server actions on a screen. I like to create something to select an action and let it run with some given values for the input parameters. After this, I like to get the output parameters, so I can compare the values with expected output parameters.
I did see 'Action Reflection' component in the Forge ( https://www.outsystems.com/forge/component-overview/3283/action-reflection ). But it seems this can only run server actions without input parameters.
Is there somebody who knows any other solution to dynamically select a server action and run it with dynamically filled input parameters? Thank you for thinking about this one :)

2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

You can use reflection (not officially supported by OutSystems) using parameters. Just not dynamic parameters, as they are also not supported by the OutSystems extensions.

Regards,

Daniel 

2022-02-10 13-36-05
KES

Thank you. I will have a look at this :)

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