6.2.5

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

Groovy Script in output field operation in 6.2

Hi,

I have been migrating from 6.0 to 6.2.

In 6.0,

in a field output operation i have a process (object) variable modified via a setter function:

p_solicitud.setSociedad(field_sociedad);
return "";

It devolves a empty string as output operation. It does work (p_solicitud is actualized).

In 6.2.5, this does not work, the p_solicitud object isn t actualized.

What do i miss in the migration ?

Best Regards

Notifications