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