kklosson wroteThe only way I know of off hand is to use a VP, which I believe you can call from a process. Maybe someone else knows better...
Thanks for the reply; There is actually more into the process.
First user gets the proper Query based on:
If Customer.Status=’A’ then run query A
If Customer.Status=’B’ then run query B
If Customer.Status=’C’ then run query C
Then, once query is chosen and user selects an object, then it continues with other processes.
But being able to call a Query from a process has got me stuck.