Idea Summary
I'd like to be able to refresh my facet region in a declarative way.
Use Case
I have a normal page which has a classic report and facet region. I have a button that changes that shape of my data. After the processing, I refresh my classic report to reflect the new data. My facet region now shows incorrect counts.
Preferred Solution (Optional)
I know I can implement this in JavaScript by way of:
- apex.region("facet-region").refresh(); (21.2)
I'd like to be able to specify this within a “Refresh” true action
(or, if refreshing my classic report detected it is bound to a facet and refreshed in the same time)