-
ECL Webservice and distributed transactions
Hi everyone, is there anyone in here who can share some thoughts concerning distributed transactions in connection with MBPM ECL in version 9? Here's the situation: We need to implement a WCF webservice that makes calls to Metastorm BPM and different other systems within one method, e.g. to Metastorm BPM and an ERP system.…
-
Read-only fields difficult to read
We are running version 7.6.3 and have been getting comments for some time that read-only fields are very difficult to read (very faint). The fonts can be made bigger and that helps the text fields. But fields that are dropdowns are even fainter and that still does not seem to help that type of field. We played with one…
-
Do multiple external DNS entries cause any problems for Metastorm BPM v7.6?
Does anyone know if creating multiple DNS entries to Metastorm BPM servers are likely to cause any issues? We are trying to set up deep linking to our Ework servers and wanted to know if it's likely to cause any problems if we create a second external DNS entry to the Ework engine servers. We are running Metastorm BPM…
-
How to create metastorm business objects dynamically at server script or code activity
Hi All, Can we create dynamic business object at server script or code activity,so that i will assing dataset to it and bind to metastorm grid.Plz help me out.
-
(Untitled)
-
Application Error when Accessing SharePoint Repository via Attachment Clip
The following question has come up several times lately so I thought it may be of value to the MC Square users. "While trying to configure the Attachment Clip to use the SharePoint Repository I get the following error when testing": "The remote server returns an error: (401) Unauthorized" This error is caused by the…
-
Using Flags to move Folders
Good Afternoon, I am trying to move all of the folders in one stage to another, at one time. Is this possible using a flag? Thanks.
-
Getting the selected row in a grid
Hi all, I have the following code for when the user selects a row in a grid: "Local.selectedRow = ProcessContext.UserInput[0];" I want it to return the row id of the item selected. Any tips on how to achieve this in v9 I thought this worked until I traced it with the debugger from my server script. It comes back zero…