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!

SRVC_TOTAL Event not working in SIM on simphony 2.7

Status
Not open for further replies.

ArthurLeliveld

Programmer
Sep 12, 2017
1
NL
Hi All,

Have a (almost) working SIM script on a Micros Simphony 2.xxx, able to deply my custom dll, gets called and all is good but seems that not all variables and event that works on a 3700 are supported on symphony 2, in particular looking for the SRV_TOTAL event, not seeing it being called on symphony 2.x POS, script is below (relevant part)


event srvc_total: *

DLL_Interface.Log("Event called - srvc_total.")
call SendItems()

endevent

Are we not doing something on the POS that we are not being called or is the event replaced ?

Regards

Arthur Leliveld

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top