How to add BL20.4-Line Options to line 5 and above from a flow
We have a flow that adds BL20.4-Line Options to BL20.1-Invoice Entry. It works fine for the first 4 lines (page1) but we get an error for line 5 and above. Any suggestions why it is failing?
Call to add Options to line 3 (last line on page1). This call works:
_PDL=ASGPROD90&_TKN=BL20.1&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=C&OEI-COMPANY=1&OEI-CUSTOMER=27370&OEI-INVC-PREFIX=T1&OEI-INVC-NUMBER=1514&OIL-LINE-NBRr3=4&LINE-FCr3=C&OIL-NO-CHARGE-FLr3=Y&BDU-OIL-USR-FLD-03r3=010113&BDU-OIL-USR-FLD-04r3=123113&OIL-ENTERED-PRICEr3=0&_DELIM=%09&_OUT=XML&_EOT=TRUE
Call to add Options to line 4 (first line on page2). This call fails:
_PDL=ASGPROD90&_TKN=BL20.1&_EVT=CHG&_RTN=DATA&_LFN=ALL&_TDS=IGNORE&FC=C&OEI-COMPANY=1&OEI-CUSTOMER=27370&OEI-INVC-PREFIX=T1&OEI-INVC-NUMBER=1514&OIL-LINE-NBRr0=5&LINE-FCr0=C&OIL-NO-CHARGE-FLr0=Y&BDU-OIL-USR-FLD-03r0=010113&BDU-OIL-USR-FLD-04r0=123113&OIL-ENTERED-PRICEr0=0&_DELIM=%09&_OUT=XML&_EOT=TRUE
The error is AGS error: Cannot change item
When I execute the call that fails on the Browser it loads the first 4 items. Looks like I am missing something that tells the flow that I should update the second page (lines 4 to 8)
Thank you for all your help. Have a great day.