Page Variable

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

  1. Go to the list form in the navigation menu from which you want to retrieve data.

2nd Step

  1. 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

  1. Create a transaction form that will open on the sidebar.

4th Step

  1. Add a hidden field to the form and configure it by setting the database field name, model value, and service type.

5th Step

  1. Add a label control to display the data retrieved from the page variable.

Final Output: