problem with running a query from a process

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
greg
Posts: 124
Joined: Sat Apr 23, 2005 12:46 am

problem with running a query from a process

Post by greg »

We have a problem with a query running from a process. Query by itself runs ok and finds what it suppose to find, however, when it is called from a process it acts as PICK FROM, i.e. it gives a list of all instances of a business object with radio buttons for selection. When an instance is selected then the process continues as it should, but I need it to run without asking and selecting in accordance with the query conditions. What is causing the problem?
aware_support
Posts: 7526
Joined: Sun Apr 24, 2005 12:36 am
Contact:

Post by aware_support »

The problem is caused by the fact that your process has a parameter declared (Staff). When you run this process explicitly Aware IM asks you to select the instance of the Staff to use as parameter value. Your process doesn't seem to need this parameter so you can remove it and this will fix the problem.
Aware IM Support Team
Post Reply