Currently we have ‘Refresh Current Row’ action available under action set which refreshes the entire row in a table layout.
But I need to refresh a particular cell alone in a row.
Is there any script to do it?
Currently we have ‘Refresh Current Row’ action available under action set which refreshes the entire row in a table layout.
But I need to refresh a particular cell alone in a row.
Is there any script to do it?
@sansol Currently, Pega does not provide an out-of-the-box feature to refresh a specific cell in a row in a table layout. The ‘Refresh Current Row’ action refreshes the entire row. If you want to update a specific cell based on some condition, you might consider using a ‘When’ rule in the cell properties to conditionally change the cell content. However, for more complex scenarios, you might need to use custom JavaScript, which is generally not recommended due to potential maintenance and compatibility issues.
This is a GenAI-powered tool. All generated answers require validation against the provided references.
Repeat Grid/ Table Layout Row Refresh Issue
User Interface- Suggest a proper action for this click event.