POP Line Item Scroll Window Error/Bug
Extender Enterprise version 12.00.0080
GP 2013 version 12.00.1482
Hi,
I can create an Extender window for the Purchase Order Entry Line_Scroll window, but trying to open the window from the Purchase Order Entry window gives me the following error:
Product: Extender
Script: GetWindowsValue()
Unknown Identifier 'PO Number'.
inout anonymous field io_value; if isopen(form 'POP_PO_Entry') then io_value = 'PO Number' of window 'Line_Scroll' of form 'POP_PO_Entry'; end if;
This seems to be a bug because I can create an SOP Transaction Line Scroll Window.
Thanks,
Carl
GP 2013 version 12.00.1482
Hi,
I can create an Extender window for the Purchase Order Entry Line_Scroll window, but trying to open the window from the Purchase Order Entry window gives me the following error:
Product: Extender
Script: GetWindowsValue()
Unknown Identifier 'PO Number'.
inout anonymous field io_value; if isopen(form 'POP_PO_Entry') then io_value = 'PO Number' of window 'Line_Scroll' of form 'POP_PO_Entry'; end if;
This seems to be a bug because I can create an SOP Transaction Line Scroll Window.
Thanks,
Carl
Answers
Best Answer
Carl,
It looks like it is defaulting the PO Number field incorrectly in the key fields. Simply remove it and add from the Purchase Order Entry section instead of the line.
Thanks,
Chris
It looks like it is defaulting the PO Number field incorrectly in the key fields. Simply remove it and add from the Purchase Order Entry section instead of the line.
Thanks,
Chris
Excellent. Thank you.
Using Extender Enterprise on GP 2013 r1745 I get this same error but the PO Number is not available when selecting the Window: Line_Scroll. Window Type: Field Entry; Product: Microsoft GP; Series: Purchasing; Form: Purchase Order Entry.
Hello?
(echo)