-
V9 - Changing form field attributes on the client side
Hello, Is there a way to change the attributes of a field on a V9 form using a client side Jscript function? A common functionality we need is to change if field is enabled or disabled based on a selection of a radio button. Prior to v9, we could use "document.getElementById(elementName)" to get a handle on the form field…
-
How to modify the "Model Description" text in the published HTMLs models and also add my f
Greetings, Got info. from OpenText to look at: C:\Program Files (x86)\Metastorm\ProVision631\Program Uploaded the file with the logo and updated the files below: PvwHtmlInterpStyle PvwHtmlModelStyle PvwHtmlObjectStyle PvwHtmlSummaryStyle Did not work since now nor the Metastorm ProVision nor my logo are showing up. Regards,
-
Long Running Designer Problem
Just about every developer I talk to complains about the 'Find' feature in Designer that more often than not causes the Designer to crash. Advanced find seems to crash most of the time whilst the basic find crashes on all but the simplest of projects. The fact that this feature only works on those projects where it is…
-
Reset FolderID sequence
Hi all, Does anyone know how (or if it's possible) to reset the FolderID sequence or set it to an arbituary number? I.e. the current maximum value in eFolder.eFolderID is '0000000000000000000000000038855' but I would like to tell the engine to set the next folder to '0000000000000000000000010000000' and begin incrementing…
-
A Business Process Map within SharePoint - From NothingButSharePoint.com
Greetings, Wondering if ProVision has a similar functionality out of the shelf. Have a look. https://www.nothingbutsharepoint.com/sites/eusp/pages/a-business-process-map-within-sharepoint.aspx Regards,
-
Custom Modelling Language Import to KE
I would like to import a custom modelling language that I set up in Provision into KE repository. The modelling language is not created when I check a notebook back into the KE repository (custom properties are created though). When I use the Import function under Interface it reports that the modelling language was…
-
Global AnalystView support ???
HI, Where I can get Global360 AnalystView support ?? Global AnalystView is a OpenText company...so it is expected to have some forum about it, Wright ? Am I in the right place ?? My doubt is related how to define a Conditional route work, with a probability. For example 68% = yes 32% = no. It is urgent.....I am evaluating…
-
ACL for Admin Forms
We are currently implementing a personalized "portal" to replace the default start pages in the metastorm client. A part of this is reading the "access list" to determin which forms to show the current user. For the blank forms this was fairly simple but for the admin forms we are totally stumped. We have not been able to…
-
showing an alert/confirmation after submit
I need to show an alert message on client script, when the form submit button is clicked. However this alert should only show after all the page validations for required fields has been done (i'd hate to have to check for all required fields in client script manually) This was possible in 7.6 using a "hidden"…