How long the value of the data will be available in the clipboard without a need of new request to the database

Hi,

I am using a page list property with Copy data from a data page as scope thread level, as data access with list data page as source. During the case processing the data page fetches the data from data base and holds it in the clipboard, how long the value of the data will be available in the clipboard without a need of new request to the database. as the pagelist is using the Copy data from a datapage.

Regards,

Prasad

@Prasad Reddy Muddam - Until and unless if there is any change in the parameters passed to the data page the call for fetching the data page records wont happen. Availability of the property in clipboard depends on where the property is used and particular thread.

Thank you.