Best Practice to Avoid Hook Conflicts When Multiple Custom Apps Override the Same Doctype Events

I have two custom apps that both use on_submit for the Sales Invoice doctype.
Sometimes the execution order causes issues.

How can I set the order or avoid conflicts when multiple apps use the same hook?

Hi @Sanjay_Gajjar:

Check Hooks resolution order on Installed Apps

Hope this helps.

4 Likes