Hello,
I'm creating trigger on panel E that needs field value on panel B.
Is there some way to pass data through panels?
SessionAPI can do it. Session API work through whole program panels
@youmna-mahrous
You can use H5 Script to pass values from one panel to another panel using SessionCache.
Is there a way using triggers only?
It's possible using SessionCache but also "Global" variables.
SessionCache uses Browser's cache..
SessionAPI can do it. Session API work through whole program panels in the same program.
when use exit the program the Session is cleaned.
Use SessionCache or Global Variables.