Hi, everyone,
Our Apex is 24.2.10
I have a submit button that branches with set items After Processing, the redirected URL is this:
https://www.domain.com/ords/r/ws1/scan/upc?post_result=SUCCESS&ai_scannum=&ai_stage_inv=&clear=7,3,4&cs=1ZMO40cRXvCNvjfaKBXbfLVz8R05A-oOk1nCTNuWNhQ1pzzesBnMoXb_lZqYhGaq4HoyXQ5ktuuEocGtKvaJIcw
where POST_RESULT is an application_item. If the user reloads the page under Chrome, nothing happens but the same page reload under FF, POST_RESULT is set to SUCCESS again. I have another process setting POST_RESULT value so this page-reload difference causes some issues for me, any suggestions what I can do? Page-reload under Mac OS is Command+R, thank you