Hi Experts,
I want to create a class which contains a generic READ method. This method will return the records based on the query string and table passed to it as import parameters. The method will first search the records from the BUFFER(static attributes) and if not found in buffer then it will hit the respective Database.
Can any one please help me on this?
Thanks
Shilpa