-
Unable to complete a manual activity using dfc code
Hi , I am trying to complete a manual activity using following dfc code but unable to do so. LoginManager loginManager = new LoginManager(userName,password,reposirory); IDfSession session = loginManager.getSession(); IDfWorkitem workIt=(IDfWorkitem) session.getObject(new DfId("4a00303980007912")); workIt.acquire();…
-
Taskspace logo missing in weblogic
Hi everybody, I have a problem, sure it has been resolved, but I'm stuck : logo and banner in my taskspace application are not displayed in weblogic and they are in tomcat. It's obvious that I have to perform a particular configuration but the deployment guide didn't help me. Thanks for any help.
-
Default value for date type attribute
Hi, I want to set default value for a date type attribute to CURRENT DATE. There is no option in composer to do so. I read through various post an they talked about using VA for it. But uisng VA force user to select value uisng EDIT link. This is what we don't want to do. Is there any way we can do this without doing any…