I would like to muse a JavaScript snippet in the expression in a conditional branch. Is it possible and how can I do it?
1 answer
Yes, it is possible. In ForeUI, any field that supports expression can use Javascript inside directly. You can call your own Javascript function in the expression, as shown in example below:
You will need to define your own Javascript function beforehand. You can make use of the Script element for that purpose.