I’d like to do a similar thing in a couple of places, but right now I have a Business Event that fires whenever I make an inventory Transfer. That Business Event then triggers an Import Scenario that reads the lines from the Transfer and creates a Project Transaction (in this case, it creates a transaction with two lines, as I need to update the “From” Project/Task and the “To” Project/Task).
My problem is I get a new Project Transaction for every line on the Transfer. Ideally I’d like to have a 1:1 correlation between the underlying Transfer and my created Project Transaction.
Is this doable? I guess I’m essentially trying to loop/iterate within the import scenario. But because I need to create two lines from every input line, I’m not sure how to make it work.
Import Scenario looks like this:
Thanks!
-Matt