-
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…
-
Where can I find the MBPM version 9.2 Schema?
Hi, Does anyone know where I can find a copy of the MBPM version 9.2 schema? Thanks for your help!
-
Grids with Memo fields
How is this possible when Memo isn't an available column type and the closest type would be text. If I set the column as text - but I can't edit that grid field like I would imagine. I expected it to work like a Memo (multiple lines) - but can't get it to work, other than working like a textbox... Can someone enlighten me…
-
Clarifying Oracle Client support
Metastorm BPM support for Oracle Client versions has historically been slow to update. We had found specific driver versions that worked for us and specified their use in our Supported Environments documents. Most recently this was the Oracle 10.1.2.0.2 ODBC and OLEDB drivers referenced in the earlier v7.5 and v7.6…
-
v9 Export to CSV
Is there a simple command to create a button on a form that will take a SQL query and allow the user to save to CSV locally?
-
How to combine/consolidate multiple composer projects into one project?
Hi Gurus, I have a taskspace application which has different versions. For each version there is a composer project. Since the application is on production we have to use update releases, therefore i have to install each composer project, UI (some xml & customizations) and release related DARs in sequential order. I would…
-
Timeout for DFS service calls
Hi there, I'm working with the DFS Java API and was wondering whether there's a simple way to configure a client-side timeout for service-calls that can be configured on the service context, for example? I have experienced some rare occasions where a Documentum repository was not responding, that's why I am considering a…