Hi, I would like to know if we can send some parameters in a link (capture) in order to show only some records based upon the parameters.
By example,
I have a form for stock inclusion, In my form I have 4 fields, {inclusion_id}, {quality}, {manufacter_id}, {model_id}.
The form has a link to a grid containing every {manufacter_id} and {model_id} that I have in stock, and I make a field capture of {model_id}. What I want is that when I select {manufacter_id} in the form, the grid for capture shows only {model_id} that satisfies the manufacter_id.
I know that I can create a filter in the grid, but what I want is an expedite selection on model id, based on parameters sent by the form.
Is that possible?