I'm creating a script for the OIS100/F program, I need to take the OAPYCD field, the payment method, located in panel H to fill in the OABKID field, Our bank account, located in panel F, based on the value of OAPYCD.
First of all I proceeded to change the order of the panels from EFGH to EHFG so that the field located in panel H is filled in before the field that I want to fill in automatically located in panel F.
I used the command this.controller.GetValue('OAPYCD'); which seems to work only if the field is present in the implemented panel, can you recommend a function or a way to get a field inserted in a previous panel?