Skip to content

How to navigate to Different PaymentView in POS based on user payment method selection #189

Closed Answered by madyke
LavanyaNiki asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @LavanyaNiki - unfortunately, we don't support calling the payment operations/navigating to the payment view from extensions today so it would not be possible to implement the requirement exactly as requested. Our recommendation to achieve a similar result to meet the business requirement would be:

  1. Configure the ConcludeTransaction operation as a single point of entry on the button grid.
  2. Implement a PreSelectTransactionPaymentMethodTrigger that will show a ListInputDialog where the user will select which payment method group to use. The trigger implementation will then filter out the payment methods that are not applicable to the scenario, and the payment workflow will continue usi…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by madyke
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants