Añadir valor mediante scripted field a otro campo

Hola, alguien me puede ayudar.
Necesito mediante scripted fields copiar una dato de un campo a otro campo existente.
Es decir:
el nombre del scripted filed es: vMEDIO
if (doc['CANAL'].value.toString().length() >= 5 && doc['CANAL'].value.toString().substring(0,5)=="CLAVE")
{
return doc['MEDIO'].value = "SIM"
}
¿es posible?

Gracias, un saludo

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.