Hello! i am cofusing with this question, because i think there are two possible answer a and d.
What do you think?
Regarding Screen Actions select the true statement:
a.In a screen action we can not declare local variables, but we can use the local variables from the screen to which that screen action is bound.
b. a screen action can have output parameters but it can not be called from a screen different from the one to to which that screen action is bound.
c. a screen action can only be invoked from screen widgets or other screen actions. it can can not be called from server actions
d. in a screen action we can access input variables and local cariables that were defined in the screen to which that screen action is bound.
Thank you.
Hello there Beatriz,
Hope you're doing well.
Option A is wrong, because you can declare Local Variables for a Screen Action.
Therefore, the correct answer is Option D.
You may easily test this in Service Studio :)
Kind regards,
Rui Barradas
Thank you!!