#Odoo #Groovy #table #processVariable #script #911

Fetch and Display variable from database

Hello !
How to display a process variable of type List of String in the table in the form?
We can see that Bonita gets the result in the Groovy script if we put directly the value of the variable, for exemple a string ”service”, it gives us a List of String that we want. But if we put the Buisness variable insted of "service" we don't know if it works, because it's value should be given by user's Input. Can you help us : how to properly fetch the user input in groovy? Do we use a connector in,out, operation?

Fetch and Display variable from database

Hello !
How to display a process variable of type List of String in the table in the form?
We can see that Bonita gets the result in the Groovy script if we put directly the value of the variable, for exemple a string ”service”, it gives us a List of String that we want. But if we put the Buisness variable insted of "service" we don't know if it works, because it's value should be given by user's Input. Can you help us : how to properly fetch the user input in groovy? Do we use a connector in,out, operation?

Notifications