Is there a way in ERPNext like if the PO exceeds a limit then it will go trough to the Higher Ups like CEO, it will go trough different validation before approving?
Yes, you can configure this via workflows. Check this documentation for explanation: Workflows
2 Likes
In workflow use Conditions by clicking on editing icon on line item as mentioned by @michelle
Hi @aniascoben
In this particular case, Authorization Rule is better than workflow.
I’ve tried it and you can only assign one person or role that can approved it. In my company it will go through multiple users before totally being approved. Is there a way for that?
I’ll try this one.