As part of the QuoteDuplicate method, we are trying to increment a custom revision number on the new quote.
In the Pre, we don’t have a value.
In the Post, we get the current value and increment it (show it in a message), but it doesn’t save the value.
Any thoughts on how to update the new quote created from the QuoteDuplicate method?
That should do the trick, I also have BPMs on DuplicateQuote and CreateOrder from Quote, because after the DuplicateQuote - Epicor will call GetByID and the DataSet will Refresh, so you don’t have to anything else, should be good to go.