I’ve got a requirement I’m trying to handle and could use some advice.
When confirming a sales order, if a sales line has BOM components, I need to expand the BOM lines first (basically call the sales line BOM expand) and then proceed with the confirmation.
I tried doing this in an extension of the SalesFormLetterParmDataConfirm class, inside the mayJournalBePosted method (when it returns true). It actually works fine when confirming directly from the sales order form.
The problem is, we also have some other customizations and scenarios that confirm sales orders. Method call the SalesFormLetter_Confirm class (SalesFormLetter::construct(DocumentStatus::Confirmation)) and update call to confirm. In those cases, I’m getting this error:
Sales order %1 has been modified by another user (from method checkSalesLineChanged in SalesFormLetterProvider).
Has anyone faced a similar situation or has a recommended way to do this? Any suggestions or best practices would be greatly appreciated.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.