Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros Documentation Error for Event TRANS_CANCEL - FIX 1

Status
Not open for further replies.

hosehead78

Technical User
Mar 15, 2012
728
US
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.

Code:
Event TRANS_CNCL
  infomessage "Transaction has been Cancelled by User"
endevent
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top