I am try to write a post processing BPM on the update method of PO. I fallowed and example that I found and can’t get it to work. Can someone lend some help please. I have not dome many BPMs before.
Here is a screenshot of what my BPM look like:
You might need to get a ‘fresh’ copy of the dataset after adding it, because each record gets a ‘SysRevID’ value set when a database transaction happens. If the SysRevID of the record you are updating does not match the SysRevID of the current record in the database, you get the ‘Row modified by another user’ error.
This is Epicor’s way of dealing with concurrent updates to records by different users.