Hello friends.
I have a hierarchical model UI, where the user starts selecting a customer. From that point on, that are several requests that we will make to our webserver that needs to receive a parameter of which customer id we’re talking about.
So far, whenever I direct the user to a new page that depends on customer, I’m setting up a page value customer_id
with the appropriate value that came from the API.
Now, I need to show a table of a related resource, but only containing the records related to this customer.
Can I set an API input from a page value? If not, what is the way of doing this?