Hello, I have the following SQL to retrieve the tenders off of a particular check however I am trying to retrieve the Reference Entry that was typed in during settlement for that particular tender. Does anyone know if this exists in the MCRSPOS.MICROSDB database? I know where to find the...
Hello -
Does anyone happen to know how you can add a Reference Entry to the Payment command using the C# Simphony 2 API?
Below is my current code:
OpsCommand cmd = new OpsCommand();
cmd.Command = OpsCommandType.Payment;
cmd.Number = 9000;
cmd.Arguments = "Cash:Cash";
cmd.Text = "500"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.