-
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…