on 2018 Apr 12 7:24 AM
hi,everyone!do you meet this issue : if i Multiple clicks the button at the same time,it wiil call odata service repeatedly!!!how do you solve it?do something limit for the button?
Request clarification before answering.
Hello,
Always include following code for avoiding Multi Clicks in custom action: oEvent.getSource().setEnabled(false);
//Again enable the button in success callback function and Error handling function
oEvent.getSource().setEnabled(true);
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 18 | |
| 7 | |
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.