Hi All,
I am working on H5 script for new Angular GUI in MT CLD Env.
Not sure if this is a bug, when I try to retrieve values from the filter fields (As shown in below screenshot PPS100) it doesn't works and returns null.
I have used ScriptUtil.GetFieldValue("W1SUNO") as the script version is 2.0.
Also I tried with the traditional
const suno = this.controller.GetElement("W1SUNO");
supplier = suno[0].textContent;
but none of the above works and it returns null

For my curiosity I tested with another M3 program CRS610 and the same null is returned

Has anyone faced similar issue in MT CLD Env for Angular GUI H5 scripting?
Thanks & Regards,
Jags