Query Business Object create failing - newbie
Background: I am just starting to work in v9.2, cut my teeth in 6.5, 7.6.So, nothing is where I expect it to be! LOLI'm trying to create a query BO with one parameter. That's itQuery isCode:select...
View ArticleScripted business objects - worth it?
I figured this would be a better place to get a truly unbiased opinion :)Is there a true business case for Scripted BO's that cannot be achieved without them ? Also, there's so many posts about bugs...
View ArticleICCM is Now OpenText!
In my email inbox this morning:"We are pleased to share the news that OpenText has acquired ICCM, the UK-based organization that has been providing Smart Process Applications to their customers for...
View ArticleProblem inserting record into external database
Hi,This is a nasty problem in that it isn't clearly reported so it has been going on for a while without us noticing.MBPM is on SQL Server. I have a user action which, on completion, should insert a...
View ArticleAudit attachments
Is there any way to audit the attachment control ? Basically I need to audit things on attachment adds/deletes - who did the add/delete and when.Cant see anything "out of box" that allows this. Tried...
View ArticleAccess metastorm outside the office?
How do you handle users that are looking to access metastorm from outside the office. Wether it be a mobile device or home pc that's NOT connected using a VPN. Currently we use citrix but i was...
View ArticleECL.WS help - postAttachment
Is there anything I'm missing here, or is there something special that needs to be done to get postAttachment to work using ECL.WS//THIS WORKS//ListResult list = eclWS.GetList(eclServiceSession,...
View ArticleProblems importing a PDF external form
I have gotten a request to update the PDF of an external form. However, any small changes I make to the form render the whole form unusable. when I reference the PDF, Metastorm indicated that it cannot...
View Articleeattachment estatus
What does eStatus on eAttachment mean? Is it possible to somehow keep the file on eAttachment but at the same time hide the file from showing in the multiclip ? Basically we want to retain copies of...
View ArticleMS Word Mail Merge V9 Help
I'm currently using a C# script to generate a word document and populate it with some data. I have a visual script for each record loop that needs to create a new page in the same document and add more...
View ArticleFolder Grid: Unable to select row
I have an editable Folder GridMost of the time everything works perfectly, but sometimes when roll the cursor over a row (cursor changes to an "I") and I click the folder grid (and the folder opens), I...
View ArticleReferencing .Net4 Web Services
Is it possible to consume a web service built on a newer version of the .net framework than the calling code?In essence, Is it possible to use some of the .net4 features in metastorm by create a web...
View ArticleSet Connection, type Web Service, get Url from DB table
We have table "Configuration" with two columns Key and Value - it's kind of dictionary. In 7.6 we used function that was taking eg. web service's url form that database:public static function...
View ArticleWindow move drag or click causes form to render oddly
Hi has anyone using V9 come across a problem whereby when opening a form, before it has fully opened, if you click or drag it, it results in the form rendering oddly.The form can open and it can be...
View ArticleToggling a checkbox with setfield?
I have triedsetField('my_field','',true) and it works fine,and vice versa with false.My problem is this is supposed to toggle.and unfortunately:setField('my_field','',!getField('my_field'))didn't...
View Article