In Order to fetch records from a DB table is it necessary for the record to be open First?
I have been one scenario on activity like i want to fetch some records with status as processing then i want to update some properties and save it back to the table.
I answered this by saying use Obj Browse using pyStatusWork==Processing in filter first then looping through the pagelist.pxResults then adding a property set for updating the record and call commitwithErrorHandling.
Can somebody confirm if this is the correct solution or do we need the record to be open first in order to get fetched.