-
IDocbaseAttributeValueFormatter
Within a custom class which implements IDocbaseAttributeValueFormatter, how can I get the updated values for an attribute which is in cache because they have not been saved to the docbase at this time? My code uses the DocbaseObject to retrieve the values from the docbase and formats them correctly, but when repeating…
-
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…