I have a browse where I’ve implemented an Edit-in-Place update, which I’ve done many times before and works well.
On this occasion I want to immediately access the new data in the field that’s been updated.
I cant see anything in the code that allows me to do that. I can of course GET the edited record from disk once the EIP has completed, but this doesn’t seem to be very efficient.
Is there something that I’m missing or do I just need to GET the record ?
I can’t help you with legacy, but I was recalculating new totals based on all of the records in a queue, once the EIP update was done, and the embed point for that in ABC is ResetFromAsk. At that point the file buffer values have the new values (though I’m not sure that the buffer values will be for the record you just updated), and the queue values also.