Hello,
I have create a flavour to change the room in TC IE02. It works on different devices and also in Chrome, Firefox and Edge. But if I use a device with windows mobile and the slipstream engine, so there always come the error message: "Error during script execution. Submit batch failed:[0].
Followed is my code of the flavour:
[code]session.findById("wnd[0]/usr/txtPersonas_150893094698378").setFocus();
//session.utils.MESSAGE_TYPE_ERROR();
var werkzeug;
var lagerplatz;
werkzeug = session.findById("wnd[0]/usr/txtPersonas_150893094698378").text;
session.findById("wnd[0]/usr/ctxtRM63E-EQUNR").text = werkzeug;
lagerplatz = session.findById("wnd[0]/usr/txtPersonas_152050207902173").text;
// An OnLoad or OnAfterRefresh script was executed.
session.findById("wnd[0]/usr/txtPersonas_152051279011811").text = lagerplatz; [/code]