Amit_Baan
15th March 2015, 20:21
Dear Experts,

I'm a getting a warning/error message while tab any input field in multi occ session as "Record Modified by other user, new values are displayed", and values gets revert, not saved.

Also used the function "enable.save.on.occ.change()" in after.form.read section to avoid this error.

Error is not occurring regularly and no fixed pattern of occurance except moving to another field.

Using DAL2, and updating multiple records as per grouping of an index.

Appreciate any help to solve this problem.

Thanks.

bhushanchanda
15th March 2015, 21:47
Hi,

Do you have any retry points or commit.transactions in your script?

If yes, you can try adding one of the following three right after commit.transaction()

refresh.curr.occ()
refresh.all.occs()
execute(interrupt)

Also check what is the script type. And if possible post your code.

Amit_Baan
23rd March 2015, 04:51
Hi Bhushan,
Thanks for your response, sorry for late update..
Script type is - UI with DB handling.
I could figure out that, this message pops-up only when the multi-occurrence maintain session records are changed while there is grouping(grouping gets handled on the basis of current key through DAL2 - after.get.object() function).

Apart from that I noticed that, on a grouped indexed record, when I move from one record's editable field to next record's editable field(using up and down arrow keys), index gets changed to 1st index and changes the screen records in result.
pls help, how should i handle this?
Thanks.