Frequently Asked Question

How to make user goes back to same transaction after a successful transaction brings user to menu?
Last Updated 8 years ago

In some MWA pages, system brings user back to the menu after a successful transaction, e.g. "Txn Success". If user has to perform this transaction multiple times, we can use Express Server to automate so user re-enters the same transaction. This can be done by using session.sendKey(). There are two alternatives here.

1) session.sendKey("number"), where number is the numeric menu sequence of that transaction, e.g. session.sendKey("1");

2) session.sendKey("<menu prompt>", where <menu prompt> is the prompt for that tranasction, e..g session.sendKey("<PO Receipt>");

Please Wait!

Please wait... it will take a second!