Hi all,
I wrote a python script to email requestors and dispatchers of pending requisitions. I have it set to a scheduled task on the server to run every night. My users love it as before reqs were getting forgotten about. It’ll alert on anything that is an open requisition waiting in the APPREQ status.
It does require Epicor 10.2 as it uses the REST API included with the new version.
Also requires python3 and you need to open a Administrator command shell and pip install requests
Source code is at https://bitbucket.org/fievelm/scraps/src/master/Requisition_Alert_API_Generic.py
Just change the top few fields for your environment.
Hope someone else finds it useful