Skip to Main Content
Feature Request FR-1948
Product Area Application Builder
Status CLOSED

8 Voters

Declarative way for executing dynamic actions on specific report rows when clicking on report row link

gabriel.diaz.arias Public
· Sep 10 2021

Idea Summary
It would be nice having an easier and declarative way for executing dynamic actions for specific rows on a report. A common use case is having a link, icon, or button in a row that calls a dynamic action and performs some operations. It would be nice having an easier declarative way for doing so. Now you have to:

1 - Create hidden unprotected item for your selected row id.

2 - Create a javascript url that stores the value of the id of the row to the hidden item, or directly trigger a custom dynamic action event.

3 - By a custom DA event, or onchange over the hidden item, perform your DA custom actions.

Use Case
Simplify common use case across applications and report customization.

Preferred Solution (Optional)
New type of column, like we have for links, but for calling page dynamic action that would execute a dynamic action for the selected or clicked row attributes. It would be nice to be able to access to all the selected row atributes from the dynamic action easily.

This request is likely a duplicate of FR-1983.

Comments

Comments