Hi All,
How can we retain the last viewed page number of the search result for the component ICCMP_INBOX?The scenario is:
Agents make a search in the component ICCMP_INBOX and obtained a list of tickets, say a total of 10 pages. They then navigate to page #3 , click on the desired ticket , edit the ticket and save the ticket. Then they will click on 'end interaction' button at the top and that brings them back to the ICCMP_INBOX result list and page #1 of the result is shown instead of page #3.
I have done some debugging and found that when one click on any page number appeared at the bottom of the result list, a server side HTMLB event 'tvnavigator' is triggered. As for client side, oninputprocessing is triggered for htmlb event (this is what i found from debugger). I supposed I can make use of the bsp:htmlbEvent element and tie it to a hidden button but couldn't quite put the whole piece together. How can this be achieved?
Thanks in advanced!
Cheers,
cady