-
DODAF Support?
Hi - I thought ProVision Enteprise had a DOD version that aligned to the DODAF. On Wikipedia a number of OpenText compeditors get a mention as supporting DODAF but not OpenText / Metastorm. http://en.wikipedia.org/wiki/DoDAF Someone from Opentext / Metastorm may want to update this page. Cheers Jim
-
MyAdminForm.Current.Local.txtLocalVariable returns nothing...
I have an admin form, myAdminForm, with two date fields, Local.dtmStart and Local.dtmEnd, and a command button that opens another admin form, mySecondForm. From the MySecondForm I am trying to get the myAdminForm date field values, like this: myAdminForm af = new myAdminForm(); local.dtmStart = af.Current.Local.dtmStart;…
-
Updating Static ACL - Removing groups-users relationship
Hi Experts, Very Urgent, I am using static ACL which will be applied to the folders. Using Documentum Composer imported groups which are to be mapped to the static ACL. Created group installation parameters. Then installed the project in to the docbase. After all groups have been mapped with users and everything working…
-
Solvency 2
Has anybody been involved in data modelling for Solvency 2? If you can provide input on the models ets that was used it will be great
-
Copy documents
Hi all, My requirement is that i want to copy all the documents which are present in object type "cm_corp_ngmes_document" to the "cm_corp_ngmes". There are 1500 documents present in "cm_corp_ngmes_document" and i want to move them to "cm_corp_ngmes" which are already having 2000 documents. so after copying the…
-
Scripted BO without transaction manager?
Version 9.1 I'm attempting to implement a scripted BO using that uses the IDataSetAccess interface, and manages the connection internally. This is very similar to the examples in C:\Program Files (x86)\Metastorm\BPM\Sample Processes\sample 3 In the Read() method I use standard .NET objects to make the connection to an…