Hi everybody, i want to get all items and payments of a check, i am using
opsContext.Check.CheckInformation.ToList().ForEach(c =>
{
//opsContext.ShowMessage(c.ToString());
});
but CheckInformation is always empty, how can i get the items and payments of...
Hi!
i need to cancel a transaction using the command OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.CancelOrder) { });
but when it happen then a confirmation popup is showing up:
how can i do to prevent show this popup?
Hi everyone!
i need to add a validation when a check is closed, i suscribed to the OpsCloseCheckEvent event, but i need to abort/delete the current transaction if there is an error,
i am returning EventProcessingInstruction.AbortEven but the check is created anyway, i need to abort the...
Hi!
i need to get the name of the menu item's major group using c#, the OpsMenuItemDetail class has the prop MajGrpObjNum, but i need the name of the Major Group,
how can i do to get it?
thanks!
Hi everyone!
I am tring to add a payment manualy using OpsContext ProcessCommand, but i get this error:
my code is:
var result = OpsContext.ProcessCommand(new OpsCommand(OpsCommandType.Payment) { Number = 3, Text = "CTA" });
I dont know wich exactly params i have to use or set, in this case 3...
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.