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
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: