-
Progress bar in Taskspace
Hi Experts, I have an action button , on click of an action button, I would like to implement a progress bar just like the bar we see during import Can any one please share the step by step code ? please
-
Setting default value to a time attribute
Hello, I need to set a defualt value for a time attribute. I use the following dql: ALTER TYPE lae_informe_60000012 MODIFY (lae_atr_fechalistado(SET default= date('05-12-2011'),SET read_only=true,SET not_null=true)) publish But then, I check the value and is the following one: lae_atr_fechalistado13/04/2011 1:00:00 As you…
-
Custom module and method issue
Hello Experts, I am facing a very strange situation, please share your knowladge if you had encountered such an issue. I have created one sever method and now I want to call another module from this method. So, I have created interface and implementation classes for the module and deployed it to the docbase. Now, the…
-
Creating a Custom Non-Documentum xPlore IndexAgent
Our system consists of Documentum and an external database. I need to create an IndexAgent that will cull metadata from the external database and send it to xPlore for indexing. A search from our custom frontend should return results for both the content in Documentum and the metadata in the database. I'm not sure how best…