problem with running a query from a process
problem with running a query from a process
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?
-
- Posts: 7565
- Joined: Sun Apr 24, 2005 12:36 am
- Contact:
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