Hi,
How can I pass a parameter from a query to a process?
For instance:
I have a query which produces a list with a personname, his adress and his zipcode. Now I want to add a process which uses the zip code.
So I'd like to do this:
Add a process to the query with an operation. The Button is in the list.
When a user Clicks the button, the system must run another query which uses the zip code of the selected row.
My problem is that when writing the Process and Rules, I cannot select the zipcode from the query.
Whats the best way to pass fields as a parameter to a Process??