Is there a way to purge all records in LP35 vs. one-by-one?
[View:/cfs-file/__key/communityserver-discussions-components-files/18/LP35_5F00_upload_5F00_sample.xls:320:240][View:/cfs-file/__key/communityserver-discussions-components-files/18/LP35_5F00_DEV_5F00_DELETE_5F00_RECORD.uwf.zip:320:240]
If you have access to your database tables, you can run a query on the TAEEGROUP table, which contains all the records currently sitting in the LP35. Something like this will work to pull all the columns in the table:
select * from DEV.TAEEGROUP (change DEV to match the name of your production database)
Next, build a spreadsheet (similar to the sample attached) to delete the existing records in LP35. Run the attached upload to process the deletes(note: remove the ".zip" off the end of the file, the attach process didn't like the .uwf extension. You may have to modify the upload depending on your version of Lawson. Please test before you process in your production environment.
I hope this helps.