-
Setting up development environment for developing custom widgets
Hello everyone. I am trying to develop custom widget, but I was not able to find any guidelines, how to setup development environment. Especially how to debug errors in javascript code. Can someone please point me in the right direction? PS I've read the xCP Extension points whitepaper, which describes what must be in a…
-
Dump file creation in dba/log path
Hi Team My Documentum version 7.1 and it's creating huge(nearly300) MB size of dump file (Ex: DUMP_<docbase_name>_dd-mm-yy_min.ss.dmp) into the "E:\documentum\dba\log" location if any error(say, DB connection problem) encountered at the content server. Due to very large files generation. it is causing storage issue and…
-
Accept or Reject workflow task in case of sequential performers
Dear Developers, I am trying to accept or reject the workflow's manual activities by dfc code . If the activity's performers are Single user from a group or all user from a group, is working fine using DFC code which includes: workitem.setOutputByActivities(NextActivities);workitem.complete().; How to set…