Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
Details: WebEx recording(Watch from 05:45): http://internal.ptc.com/salesforce/attachments/cases/14/81/49/25/14814925-20190322_0303-1.mp4
Lenovo customized a menu UpLoad CMLoadsheet
[06:01] - On UpLoad CMLoadSheet page, when OK is clicked, the form will be submitted for the first time to the processor, and Warning Message pop widow comes up saying "Have aarning message, do you want to continue?"
[06:05] - Then select Yes, the form is submitted for a second time to the processor
However, the page keeps loading without stop.
[06:09] - But in fact, the action completed. It is just that the page keeps loading without returning.
Note that this customization worked well in 10.2 but not in 11.1 M020. The problem is that the JS is not executed for the second sumit.
Steps to reproduce:
If you did not click Precheck and directly click on Ok on the UpLoad CMLLoadSheet page, it works.
The problem is with a second submit to the processor which does not execute the js for the second submit. It worked in 10.2 but not in 11.1.
Any idea?