Hi Team,
We are trying to use MFormsAutomation to M3 program OIS390. The setting screen opening panel (dropdown list) field is not able to change the "A-Entry" value.
To displaying the dropdown list field default value "B-Browse" only. Could please find the below details.
H5 script code :
$run.click({}, function () {
var auto = new MFormsAutomation();
auto.addStep(ActionType.Run, "OIS390");
auto.addStep(ActionType.Key, "F13");
auto.addField("WWSPIC", "A");
auto.addStep(ActionType.Key, "ENTER");
var uri = auto.toEncodedUri();
ScriptUtil.Launch(uri);
});
Could you please advice the correct code for the dropdown list change the "A" panel.
1.Screenshot - coding

2.Screnshot - OIS390 settings screen.

Thanks
Neelalogithan.R.S