hi Dana,
You are doing a select on JobDefinitionParameter and casting it to JobDefinition object, which is causing the error.
Modify your query to
"select jd.*...."
thanks
Nanda
hi Dana,
You are doing a select on JobDefinitionParameter and casting it to JobDefinition object, which is causing the error.
Modify your query to
"select jd.*...."
thanks
Nanda