Display data from a list page on a sidebar or new page without making an extra GET API call.
This method enhances efficiency by avoiding redundant server requests, reduces load on the
server, and provides faster data access for users.
Expected output:
1st Step
Go to the list form in the navigation menu from which you want to retrieve data.
2nd Step
Set the page variable by entering a name and the module attribute. You can choose whatever
name you prefer. For the module attribute, set the attribute that corresponds to the value
coming from the model.
3rd Step
Create a transaction form that will open on the sidebar.
4th Step
Add a hidden field to the form and configure it by setting the database field name,
model value, and service type.
5th Step
Add a label control to display the data retrieved from the page variable.