-
1
- #1
hosehead78
Technical User
I've never been able to get the TRANS_CANCEL event to work. I am running Micros 9700 3.6. I want to say that there are a few others that have mentioned the same thing. So while helping on this post here, I looked into why this wasn't working, see info below.
I found an error in Micros' documentation for the TRANS_CANCEL event. The correct Event is TRANS_CNCL. I noticed this while preforming a Transaction Cancel on my lab. We have the emon interface working, and this writes to the 8700d.log file. You can see a good amount of information passing through here. I noticed when I cancelled the transaction it was showing up as TRANS_CNCL and not TRANS_CANCEL. So I created an event with TRANS_CNCL instead, and what do you know, it worked.
Here's the simple event I created. Add this to an existing SIM script, so the event is seen by Micros.
I found an error in Micros' documentation for the TRANS_CANCEL event. The correct Event is TRANS_CNCL. I noticed this while preforming a Transaction Cancel on my lab. We have the emon interface working, and this writes to the 8700d.log file. You can see a good amount of information passing through here. I noticed when I cancelled the transaction it was showing up as TRANS_CNCL and not TRANS_CANCEL. So I created an event with TRANS_CNCL instead, and what do you know, it worked.
Here's the simple event I created. Add this to an existing SIM script, so the event is seen by Micros.
Code:
Event TRANS_CNCL
infomessage "Transaction has been Cancelled by User"
endevent