Question
4
Replies
971
Views
Vodafone Shared Services India
Posted: January 27, 2017
Last activity: February 2, 2017
Closed
Solved
Drilldown reports
Hi,
Am using Pega 7.1.9 version. In drilldown reports, when i click on any row in parent report, 'submit' keyword is visible for some time and then child report gets opened.
Please help me how can i disable 'submit' keyword from displaying on UI.
Thanks and Regards,
Prashant Nagargoje
It would help if you were to provide some screenshots. I would click using Fiddler to determine if the "Submit" is being sent from the Server, or (as I suspect) it is being launched by JavaScript on the client. If launched by JavaScript, you can use the Developer toolbar to inspect the HTML and find the source of the message. You then might be able to override the JS and prevent it from appearing.
Might this "submit" just be a variation of the busy indicator?