Background: reading in a batch file (gl records); using Lawson Txn to write record to table. write to table Successful move to next node and then to the end of the data iterator. On Error: we want the record to go to a user action node. However we want the rest of the file to continue processing.
1. What is the best way to accomplish this?
************
2. In the user action can the user modify the record and then approve it to continue processing? I'm assuming we would assign variables to the fields in the record; ASSIGN the new values to the fields and then go back the the Lawson Txn again.
I don't need exact steps to either question, just point me in the right direction please.
thanks -Joan
Thanks - We couldn't find anything that indicated what I wanted would work. We opted to send the errors to a msg builder. The end user gets an email with a .csv attachment containing the records that need to be fixed. The user can fix the records in the file and use Add-ins to upload it. I'm sure there are other (better) ways to do this, but we are in the middle of upgrading to Infor 10 so don't have time. It's on our post upgrade list to review again.
Thanks again - Joan