Is it possible to skip documents when using the next or previous buttons on the menu?
Here is the scenario.
I have 5 transactions namely T1, T2, T3, T4, T5 where currently I'm viewing T1. When I press the next button on the menu I want to skip to T3 or T4 or T5 depending on some conditions. Is it possible to accomplish this one?
Thanks