-
xCP 2.1 Custom JavaScript Function to Print iFrame Contents
Hello everybody, In xCP 2.1 P05, we have created an application page which has iFrames [Using a value display, HTML type]. We need to provide an option to the user to print the contents of the iFrame only. For this we can use below core statement: document.getElementById(frameID).contentWindow.print(); We have tried to…
-
stored procedure on button click does not work
I want a button which does a server-side operation to execute a stored procedure which deletes a row out of a custom table in my metastorm database, so I used the 'execute stored procedure' option in the designer. I'm passing in a number as a parameter, and I know the stored procedure exists. It all deploys ok, but when I…
-
D2 and C2 pdfreader error
Has anybody successfully done some POC on D2 and C2. I am trying to look at the different options with the view,export and print configurations . Even without specifying any password in the C2 configurations when i try to view,export,print through C2 , D2 throws an error "PDFReader not opened with owner password". Any…
-
populate values in grid on a button click
Hi…All, Can it be possible to populate grid with some values when we click on a command button? Ex: I have one database which contains some data.I have to fetch that data in to business object basing on two or more search criterias(ex:name,starting letter….etc).That data should be assigned to grid when we click on a…
-
Specifying Folder as a Predefined Input to Real Time Query
I need to create a Real Time Query in xCP where I want to use the "Parent Folders" attribute as a Predefined Input. What is the format for specifying that value? Is it a path like '/Reports/Reports 2' (in single quotes)? Or does in have to be the ID of the folder that I am interested in searching? Thanks
-
xPlore - Index in several collections
Hi all, We need to customize xPlore 1.4 to add several collections. These collections aren't exclusive, i.e. a document potentially must be found in several collections. How can we implement this behaviour with a routing class? Thanks
-
MBPM 9 Code Activity Raise Flag Syntax
Hi Developers, I'm struggling with bit of code. I guess the answer is obvious for many. In code activity, I just want to send a variable content to an other process using a flag, here is my code. string strVMaxActions="aaa"; List FlagListV = strVMaxActions.Split(',').ToList();…
-
Session Parameter not carrying values to Content UI
Hi I am assigning values to session parameters in a application UI page and trying to retrieve those values in a content UI page. But the values in Session parameters are null when I checked it in Content UI. Is this the product limitations or is there a way to achieve this. Thanks in advance -Dwaraka