Hi Experts,
My Environment:
Documentum 6.5 sp1
I am having an application which will interact to Documentum using dfs.
I am using IQueryService to retrieve result from Documentum.
My requirement:
I have 5000 records in an object type. From Application if I do a search without any search criteria, I want to get the all records isolated like following
1 to 1000 should display first.
Clicking next button to display 1001 to 2000
Again clicking next to display 2001 to 3000
Same like 3001 to 4000 and 4001 to 5000
Is it possible to do?
Please help me on this
--Arun