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

Simphony POS Client Extension Application | Add payment using OpsContext ProcessCommand

Status
Not open for further replies.

vhp2023

Programmer
Mar 7, 2023
9
0
0
AR
Hi everyone!
I am tring to add a payment manualy using OpsContext ProcessCommand, but i get this error:
Screenshot_5_laz7yh.jpg


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 is the number of payment
Screenshot_6_edatbt.jpg


I don't know if that's ok.
 
I can't see that list, how did you get there? i cant see that option "Tender/Media" in my EMC dashboard

Screenshot_8_zy7zod.jpg
Screenshot_9_recmjl.jpg
 
Hi!
i have another question, how can i do to show discounts in this popups?
Screenshot_13_snmohg.jpg


thanks in advance!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top