-
Trigger workflow across repositores
Hi All, We have a need for global workflows, i.e. 1. any user in any repository can trigger/participate in workflow in another repository. 2. Content can be moved across repositories during Now what makes it complicated is that 'customization' is out of scope, i.e. we are looking for some OOTB solution for this. The reason…
-
Timeout not pausing
I have a form with two buttons - one to open a child process folder and another to close the form. The close form button has a function to "click" the other button and then close the form. But the timeout doesn't wait, it just immediately closes. function KitChangeFolder() { $get("btnEnterKitChange").click();…
-
ProVision Impact Modeler Values Calculation
Hi - I'm trying to develop a parent/child impact model where the amount values in the child objects are summed at the top level. The calculation isn't happening and I can't find a preference to enable it. Any ideas on what I'm doing wrong? cheers
-
Selecting a specified row from data grid
Hello, We use a datagrid in our Webtop application. We can successfully populate the datagrid using its setQuery() and refresh() methods. But we have observed that initially no datarows are in selected state. We need to accomplish the following separate requirements, but we were unable to find an appropriate solution: 1/…
-
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…