-
cross version DTC doesnt work
we're basically trying to setup new solution and installation on v9. we already run a few processes in v7.6 platform with sql 2005. while developing processes in v9, we need to access sql 2005 DB including metastorm v 7.6 DB to read some data. Hence we're trying to use MSDTC to do this based on article and guide provided…
-
Being opened as To-do list or Watch list
Hi I have some fields on the form which need to be shown when someone who's in the to-do list is opening it, but hidden when someone in the watch-list is opening it (from the same stage) Is there a way to achieve this ? Thanks Have a nice day
-
Argument Missing in Expression Builder
This was entirely built by the Expression Builder. I didn't type anything, not one letter or character! ConcatenateText("(",GRxInsTel_Business1.area_code,") ", ExtractSubstring(GRxInsTel_Business1.phone_no, 0, 3),"-", ExtractSubstring(GRxInsTel_Business1.phone_no, 3, 4))
-
What Client Extensions can I use?
Does anybody have any idea what can be used in this property now? I have tried the HTML value for a Memo field, as I wanted to show some HTML, but it failed to show. I also tried it for a calculated label field. Strangely, if I entered a particular memo field the HTML I wanted flashed on the form very briefly then…
-
Editable grid with primary key column hidden on the form fails to insert multiple rows at a time
Hi Everyone, This will be fixed in a future release but I wanted to make this work around available to you. We have a workaround as follows: * Have a non primary key column which uses a combination of trigger and sequence to keep unique rows - this column will be the primary key after the product defect is fixed. * Add a…
-
Modeling
Hi All I am trying to do simulation in provision. I have given source volume to be 300 and decision box with distribution of 80/20. Entire 300 volume is not getting processed and is stopping after 160. I have tried changing options of running time and arrival rate etc. any help will be greatly appreciated !! Sidharth
-
how to liberate the workitem from being in 5(APaused) state?
hi, i looked up every sources. but there is not an exact solution when the workitem in 5(APaused) state and workflow is in 1(Running) state.anyone who knows which methods of workflow and workitem objects should be called in order to make the workitem out of 5(APaused) state and complete the workitem? my code to do this is…