134
Views
2
Comments
Ajax Refresh Reset Local List Variables?
Question

Hello,

I have this screen with a table records populated by a local list variables like in the picture attached. User can add new record on it, and they can fill in the quantity text box. In the screen action when user add new record, I put ajax refresh for the table records so it can display the newly added record. The problem is the ajax refresh apparently also reset the quantity value inputted by user back to 0.

Any way to prevent this?

Capture1.PNG
2024-07-05 14-16-55
Daniël Kuhlmann
 
MVP

Hi,

Did you check that the input is correctly stored in the entity?

Regards,

Daniel

2024-02-16 07-43-18
Amit Verma

Kevin Wie wrote:

Hello,

I have this screen with a table records populated by a local list variables like in the picture attached. User can add new record on it, and they can fill in the quantity text box. In the screen action when user add new record, I put ajax refresh for the table records so it can display the newly added record. The problem is the ajax refresh apparently also reset the quantity value inputted by user back to 0.

Any way to prevent this?

Hi Kevin,

it is possible, could you please share the OML sample file, so that i will look into it what is the exact problem.

Best Regards,

Amit Verma

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.