By -removed-
I am new to Case360. I do not have the formal training. I am strictly trying to follow instructions and examples in the help. I am trying to execute doQuery() and consistently getting this error in the log.
ruleBasedProcess >>> com.eistream.utilities.UtilityException: Expression evaluation error: error in doQuery near offset 17 in line 3. The item that you requested is not currently available.
My script is:
parameters = new PropertyMap();
parameters.put("form.OPPORTUNITYSK", "5");
FmsRowSet rows = doQuery("FindCreateEMIForOpportunity", parameters);
for (row : rows)
{
wi = (Workitem)row.object;
wi.routeOn();
}
This is very close to a couple of examples provided in the docs so I am certain I have just missed something in the docs. But I have spent a couple hours rereading and searching without any luck. I appreciate any assistance anyone can provide.
Thank you
---
Note: Some information in this post has been hidden to protect privacy.