-
D2 Subscription email - what about the dates
Hi all , Has anyone played with the D2 Subscription email! I'm was wondering if we have some more keyword we can use in addition to $foreachdoc and $value? There is two things I would like to do: 1. Get the system date (so that it can be placed in the email 2. Format the dates (litteral dates) Regards Alain
-
Documentum import component exclude object types and regular expressions in scope customization
Hello all, I am trying to customize the import content on webtop 6.6 and i am wondering if the following two things can be done in import_component.xml: 1. If there is a section where i can exclude some object types. There is the tag <document_filter> where can be added entries so only those object types will be added in…
-
WDK : Button doesn't work
Hello all, I have a component with 2 JSP pages. i.e. inside one container. <pages> <filter clientenv="webbrowser"> <start>/custom/jsp/test/test_start.jsp</start> <detail>/custom/jsp/test/test_detail.jsp</add> </filter> </pages> <class>com.test.MyTestClass</class> In my "test_start.jsp" I have buttons for some operations,…