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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Micros Simphony transaction service api trigger extension dll

danaikotz

Programmer
Apr 10, 2023
3
GR
Hello!

We have an extension application written in C# that manipulates check data, retrieved from OpsContext when OpsTmedEvent is triggered, and sends them to another application we own.
There is a request to also handle Simphony checks posted by a third party application (not ours) through transaction services.
We need to know if guest checks which are sent to Simphony through transaction services trigger Ops events (e.g. OpsTmedEvent) that are handled inside .net extension applications to know if our current solution can be integrated to this flow.
If not, has anyone come up with a solution on how to achieve retrieving/manipulating check data posted through transaction services? is there an event that we could use?

Thank you
 
Last edited:

Part and Inventory Search

Sponsor

Back
Top