Hi ,
Am getting workflow attachment count from the below code .
DataProvider dpr = gridcontrol.getDataProvider();
ScrollableResultSetAdapter adapter = new ScrollableResultSetAdapter( getWorkflowAttachmentResultSet( task, null)
attchCount = adapter.getResultsCount();But i need to get the document object ids of the attachments inside the data grid .
Can any help me how to iterate ScrollableResultSetAdapter to get the attached objects .
Thanks & Regards
Srinivas