‎2021 Nov 24 12:00 PM
Hi Experts,
We are trying GUI scripting for a POC. We observed a few differences in the script between Test and Prod environments.
Document Number Reverse Document: Header Data
wnd[0]/usr/txtRF05A-BELNS - In Test & Dev
wnd[0]/usr/txt[0] - In PROD
For the field Document Number, script is shown along with fields technical name in test environment. But its not the same in PROD and its getting failed. Any idea why its happening so? Kindly suggest!
‎2021 Nov 24 3:23 PM
I never saw:
wnd[0]/usr/txt[0]"txt" is the prefix of text fields, not a table of something (like "wnd[0]" is the first item of "table wnd"), I think it's a bug to have "txt[0]".