-
Reporting
Can you create a report in metastorm and use it as a template to generate dynamic reports on the fly? I want to be able to create a report based on data from a specific folder and not have to go into the Reports section and filter it from there.
-
Escaping wildcard characters in filters
In the filters for Process Monitor, is it possible to escape the wildcard characters ( _ * % ) so that we can do an exact match on them? This is a question for PM in general, but I am currently using 8.1.8.x right now if that's relevant. Thanks.
-
Problem with List Box
I have a strange problem with a list box. I actually have two list boxes on the same form one has available choices and the other shows options already selected. See picture attached. The query for the box ont he right should give me all choices that are not already assigned (shown on the left). But when all options are…
-
Using a sequence for an editable grid "default value" - primary key
I'm having trouble using a sequence as the default value for the primary key column of an editable grid. The sequence only appears be be incrementing once, for the first row. Each following row has the same value as the first. Is it possible to do what I'm doing? Do I need to use a jScript instead? Here is the code for the…
-
Admin Form as an IFRAME in a action form
Hi, The major requirement was to Load a form in an action dynamically based on some variable. But this seems not possible in Metastorm yet. So tried creating different admin forms and load it in Action form as an iFRAME I am trying to use Admin form as an Iframe(using a label field) in action form. Iframe Src attribute is…
-
Release 0.0.9 of the integration testing framework for Documentum
Release 0.0.9 of the integration testing framework for Documentum ( add support for custom lifecycle action. add client for testing bugfixes bof 2.0 create server (documentum developer edition) for testing There are next artifact in repository 1) Type : testtype with custom attributes test_string test_int test_double…
-
DFS Request parameters validation
Hello, can somebody tell me how is it possible to validate request parameters in DFS? I know I can write handler and register it in service-handler-chain.xml, but isn't there some easier way? For example what if I want to validate string parameters and their length? Is there some best practise for how to do this? Thanks in…