-
ProVision and APQC process classification framework
Hi I was just watching the M3 webcast and saw some ProVision models that had the APQC famework in it. Does anyone know if this is available as a download from the community? I have been meaning to import them but if someone already has it would save a bunch of time. Wayne
-
Improving performance with OpenText MBPM 9.x
The attached presentation provides some great tips on how to improve the performance of your OpenText MBPM 9.x solutions, covering areas such as form design, solution design, optimising the environment, etc. If you have further tips to add to this document, please do share them with us.
-
AD Integration: Directory Tree user property
Hi folks, I'm working on an integration layer between Metastorm 9.2 and Active Directory and for the most part I'm happy with the solution I've created. One thing is puzzling me though... what goes in the eDirectoryTree column of the eUser table? I am populating the eDistinguishedName column with the LDAP path to the user…
-
How to call an Oracle Stored Function returning a ref cursor?
From a BPM script, is it possible to call an oracle stored function returning a ref cursor? If i have an oracle function like this: FUNCTION getCursor( myParameter number) return sys_refcursor is BEGIN OPEN myCursor FOR SELECT * FROM myTable WHERE field = myParameter ; RETURN myCursor; END; can you share a BPM script…
-
Preferred 9.x replacement to pass array of strings
When I created a function in 7.6 I needed to add the ework object and args string array as the parameters. public static function retSomething (ework: SyncProcessData, args: Object[]) : String In 9.x and converting to C# I replace ework with ProcessContext, add a process object variable and add the args... public static…