-
Comparing Customized Modeling Languages
Does anyone know of way to compare customized modeling language and/or custom properties files? I'd like to be able to identify the difference between v1 vs. v2 just from the files themselves. Any strategies would be appreciated. Thanks in advance.
-
AoG6FoundationGoals.png
-
Help! How do you publish to sharepoint?
I have been playing with publishing to sharepoint but have been unable to make it work. If I try to publish with the target as HTML (including compiled HTML) all I get is an error message that our sharepoint URL has the wrong syntax. If I publish with a target of word it seems to work BUT nothing turns up in sharepoint.…
-
Reading multiple columns in one request
Hi All Whats the best way to read multiple columns in one SelectSQL call and assign them to different variables? Say i have variables v1, v2, v3 - that correspond to columns col1, col2, col3 Instead of writing v1 = %selectSQL("select col1 from table") v2 = %selectSQL("select col2 from table") v3 = %selectSQL("select col3…
-
To do list not sorting properly
Good Afternoon, I am currently working on upgrading my Metastorm instance from 7.5 to 7.6. I have found that the To Do and Watch lists are not sorting by the various process or stages. Does anyone have an idea as to why this would happen? I appreciate any assistance. Thanks. Rupe
-
List/Array ??
Does metastorm have a list/array type ? Here's my problem. I have a form that brings back a long list of static values. Right now, every time this form is reloaded, it hits the DB to pull that whole list again. It makes perfect sense to pull back that list from the DB before the form loads (serverside) and store that list…