Skip to Main Content
Feature Request FR-3772
Product Area Page Components
Status CLOSED

3 Voters

Refreshable List Regions

greg Public
· Apr 28 2024

Idea Summary
Similar to other data-bound Region (and Item) types, allow a refresh of List Regions (Partial Page Refresh)

Use Case
The List contains List Entries that are conditional on changing session state. Or the List source is dynamic.

Preferred Solution (Optional)
Same as other Regions that refresh via Dynamic Action or javascript

This request is likely a duplicate of FR-2001.

Comments

Comments

  • fac586 OP 1.9 years ago

    Duplicate of FR-2001

  • vincent morneau Admin OP 1.9 years ago

    This is indeed a duplicate of a closed idea. But I also want to point out that we are thinking about this issue with different approach, so while we are closing it, its essence is not forgotten.

  • greg OP 1.9 years ago

    Template components give us a way around it but I think it makes sense to be able to use Lists. We could query a List in a Template Component I guess but I strongly prefer things that are declarative in APEX. I guess I could wrap each List in a View and work it that way but this doesn't execute the conditions in the list entries.