I am writing an app that connects to a suitelet to issue from the warehouse to a workorder. The problem I have is that I have to create a new workorderIssue record for each issue because the transaction doesn't execute fast enough and when I send a second issue I get an error RCRD_HAS_BEEN_CHANGED. My real problem is trying to issue components continuously in a timely manor. Any suggestion on the most efficient way to do this? Is there a problem with create a WorkOrder issue Record for each issue transaction.