Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have created an app and added reload action for customers to refresh whenever they required. But when the customer is reloading the app and at the same time QMC is refreshing as per the scheduled time then there will be a concurrent reloads. To avoid this situation, we are trying to disable the submit button when QMC is refreshing. Is there any way or any solution that we can overcome this situation please let us know.
Hi @s_swetha
Are you talking about the "reload app" action in the button object inside an app?
There is no option to detect if a reload task is already ongoing with that object.
You could potentially build your own extension object and include some logic in your code to check that if you want to perform that kind of scenario.