Virtual business Component and support for Paging
Hi Gurus,
We have a requirement where-in we need to reach out to an external system to fetch data and display in Siebel on a pop-up applet. The number of records fetched could be quite high thus we would like to implement paging capability behind a VBC i.e. initially the interface call fetches only 10 records but when on the pop-up applet user click 'Next Page' then it should make another interface call and get the next set.
While the external interface supports paging, wanted to check Siebel VBCs support for it. We know that Init() and Query() method gets invoked on the initial applet load but how to retrigger and get the next page to display on the pop-up applet. Are there any methods OOTB supported on a VBC for paging where-in we can implement it?