Dynamic Action refresh all reports in a page

 ̄綄美尐妖づ 提交于 2021-02-05 08:03:12

问题


  1. I have a page with to many reports
  2. When I change an Item I want to refresh all the reports on the page
  3. I have one dynamic action (on item change) that as a lot of refresh (true) actions to refresh all the reports.

I want to know if theres a way/comand/DynamicAction/Code that refreshes all the reports in the page with a single DynamicAction?

Thanks in advance


回答1:


Create a single JavaScript action the executes the following

$('.refreshme').trigger('apexrefresh');

And apply the refreshme class to all the regions you'd like to refresh




回答2:


How about removing dynamic action and submitting the page once the item is changed? Submit will force all reports to refresh.



来源:https://stackoverflow.com/questions/58116046/dynamic-action-refresh-all-reports-in-a-page

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!