SWEMethod EditRecord not working in 8.2 SI.For the navigation of our SI appilcation we use the SWE M
For navigation we use the following script in our SI application whenever we have to edit the record
vURL = "<SCRIPT LANGUAGE='JavaScript'>window.location='start.swe?SWERowId="+vRowId+"&SWEMethod="+"EditRecord"+"&SWEReqRowId=1&SWEApplet="+vApplet+"&SWEView="+vView+"&SWEApcnt="+Format(Now,"yymmddhhnnss")+"&SWECmd=InvokeMethod&SWECount="+Format(Now,"yymmddhhnnss")+"&SWERowIds=';</Script>"
This used to work in 7.8 and does not work in 8.2 after the upgrade
On looking further at the SWEMethods we found that SWEMethod EditRecord reuires a arg SWESeq.
We modified our code accordingly