Skip to Main Content
Feature Request FR-4144
Product Area Developer Experience
Status CLOSED

1 Voters

Refreshable Items / Item Plugins

weberge42 Public
· Dec 11 2024

Idea Summary
Let Items and Item Plugins be refreshable using (new) apex.item("XYZ").refresh or dynamic action refresh

(including “Page Items to Submit” in case of an item plugin)

Use Case
e.g: made up examples, maybe useless but i hope you get the idea

items: display only item displaying some data based on source type/language, like count(*) of something, date/time, etc.

item plugin: same as above but on the plugin level

Preferred Solution (Optional)
items: re-execute the query/plsql/etc in the source attribute

plugins: re-execute the render function

Unfortunately, this idea does not contain sufficient information for us to take it forward.

Comments

Comments

  • vincent morneau Admin OP 5 weeks ago

    Hi @weberge42 ,

    As far as I know, LOV based items like select list are already refreshable.

    e.g: made up examples, maybe useless but i hope you get the idea

    Can you be more specific about the problem you are trying to solve?