Hi,
I tried to set the values for two filter text field below at the time. The second text assigned properly but the first is not assigned.
Program: OIS215/B
Code:
LS_OIS215B_FilterText.prototype.run = function () {
ScriptUtil.SetFieldValue('WSEXIN', 'M3299XXX');
ScriptUtil.SetFieldValue('WSYEA4', '2024');
};

Could you please provide the suggestion for this?
Thanks