-
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,…
-
Using Script API, DQL and EBS in the era of Content Server 7.2 and Composer
Often with co-workers joke saying that if the DAB had still been supported by the client operating systems, they never stopped using it, even if it is no longer supported, and the alternative, the Composer, is derived from a solid IDE. But where does this reluctance? it's just laziness in learning a new tool? The truth is…
-
CTS execute profile URL[] mediaURLs question for more inputs urls
Hi all, i have questions. I have used CTS java api to create and submit request to execute tranformation. Question is : When i submit request can i setup in request more input files to convert or i can setup only one ? Beacuse in metohd executeProfil see below. It is atribue URL[] mediaURLs - this is array of urls. public…