Hello,
I needed to import about 3000 check records into the table. When I did this, I was unable to import into the Amount field. The data was in my file, but the Amount field was not an option on the dropdown. I assumed this is because it would be populated from the CheckLine Amount. So I did that import successfully. However, when I look at the checks, the amounts are still 0. If I select the check from the grid & save it, the amount populates from the check line.
I filtered the grid for only Non-Posted checks (which they are) and set up a Mass Update button with an action sequence on the Checks grid that goes like this:
Start Loop through grid>Select Active RecordID>Save Section>End Loop>Refresh Grid
It was running "healthy" for over 30 minutes, but then seemed to lock me out of signing into another account. Of the 3000 records, only 300 updated. Then I got an email from method saying that it stopped the process after 10 minutes becuase it takes up too much bandwidth.
Is there a way to improve my actions to decrease the amount of time it takes. And was my original assumption correct, that the Amount field cannot be imported to in the checks table, or is this something that can be fixed?