In AES, how do I check when the system puts an order on hold?
There is form called Event Status where you can check status of AES Event Handlers.
Thanks for the reply. I was looking for an AES action to detect when the status changes so I can send an email. I already tried onItemUpdate, however it doesn't seem to detect the check box was updated.
IdoOnItemUpdate should trigger when an IDO updates a row, just make sure you bind correct property on checkbox and IDO, You can try to create an event using below action too