if (Debug.verboseOn()) Debug.logVerbose(this.toString() + ", In the context: " + context, module);
// condition-service; run the service and return the reply result
if (isService) {
LocalDispatcher dispatcher = dctx.getDispatcher();
Map<String, Object> conditionServiceResult = dispatcher.runSync(conditionService,
UtilMisc.<String, Object>toMap("serviceContext", context, "serviceName", serviceName,
"userLogin", context.get("userLogin")));
Boolean conditionReply = Boolean.FALSE;
if (ServiceUtil.isError(conditionServiceResult)) {