ArthurLeliveld
Programmer
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
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