6.2

Groovy Script in output field operation in 6.2

Hi,

I m trying to migrate from 6.0.o to 6.2.5.

In 6.0, in a output operation data field i have a process (object) variable modfied through a setter:

p_solicitud.setProyecto(field_proyecto);
return "";

It returns a String to a String process variable. This does works in 6.0 (p_solicitud is actualized).

In 6.2, it doesn t work, p_solicitud isnt actualized.

Re-typing the code doesnt solve the problem,

What do i miss ?

Bes regards

Notifications