Hello Experts,
after Upgrade from Personas SP01 to SP02 it's not longer possible to change the border color of an user defined F4 input field.
In my Script i want to give the user a messagebox and a red border color if there is an invalid manual input.
This code works with SP01:
session.findById("wnd[0]/usr/ctxtPersonas_1467186939923").setProperty("borderColor", "ff0000");
In SP02 i get this script error:
"setProperty(): The property name 'borderColor' is invalid for a 'GuiCTextField' control. - sap.personas.scripting"
Master Note 2222774 is implemented (Kernel 742, PL 300).
Regards,
Thomas