-
Re: V9 For each loop - access element problem
I have not tried this with a standard SQL statement, only with a Business Object. For the SQL approach, it is not well documented, but you get a return of Metastorm.Runtime.Contracts.IDataContainer, which is not referencable as an array in the way you describe ([]'s). I would recommend using a Business Object. The design…
-
Custom Lists cannot take paramaters
It seems that any paramatersPozycjonowanie stronset for Business Objects for custom lists, even if given a default value, will cause the Business Object to fail when the user enters any filter. Coupled with the inability to set a default order for custom lists, this makes them of very limited value.
-
V9 For each loop - access element problem
Does anybody have issues with using Firefoxthe For each Loop in V9. I am using it with a SELECT statement to retreive all FolderIDs and want to perform actions using each folderID. But when I access using the syntax given in Designer help and the designer manual, I get errors and expression builder doesn't like the format.…
-
Re: .net framework problem
And in the respective engine(s) folder(s) too....
-
Canceling a checkout in Provision / KE
My modelers aer having an issue with provision / KE, and we are able to re-create it at will... A notebook gets checked out, and then the check out gets canceled. On subsequent attempts to check out, the models show as locked by the users who checked them out and then canceled the check out. I typically havepersonal loans…
-
Object Sharing
Afternoon all, Our company has personal loans onlinejust starting using ProVision in the last few months and one of the things we are struggling with is how to effectively share objects. I'm sure we're not the first to encounter this issue, so I was just wondering how other it was done eslewhere.
-
Re: .net framework problem
The deployment service has a separate CustomLib folder so check that you have all of the required assemblies in this folder as well as the CustomLib folder for your Designer. Hope this helps.
-
.net framework problem
Hi all, First post! (Not sure if this is really a Metastorm problem, but I have the following problem) I wrote a C# server script, using some standard .net stuff. It validates nice in the designer on my client machine, but I can't deploy it to the server. I get deploy errors on .Net features that are not in framework 1.1…
-
Re: v9 Export grid to Excel
Look at this sample solution: http://processmapping.com.au/freestuff/freemetastormbpm9solutions/BusinessObjectReporting.html
-
v9 Export grid to Excel
hi i know that telerik grid control have possibility to export data to excel or even word, we can use client side or server side functions which names gridObject.ExportToExcel(path); is it possible to fire this actions in Metastorm?