Sometimes data is updated and we need to navigate back to the list view and re-open the record to see the updates,
or we copy the record id into the search field and hit search button to refresh.
But with this trick, we can add Push Button we can refresh the record.
1. Refresh the Record, For Instance PR application
Drag Push button control and set these properties as below:
Label: Refresh PR
Event: reset
Target id: results_showlist
2. Refresh Child Record, For Instance PR Line Tab
Drag Push button control and set these properties as below:
Label: Refresh Child
Event: reset
Target id: prlines_prlines_table_tablebody
we can get the Target ID from the properties of Child Table's Control ID.
No comments:
Post a Comment