-
Creating multiple objects in Documentum through Documentum Rest services.
Hi All, We have a requirement to create a multiple documents through documentum rest services in single POST call .we are using below code to create a single document in repository. public class RestClient{ public static void main(String args[]){ try{ System.out.println("In main"); RestClient rc = new RestClient();…
-
Chart Hyperlink in BIRT Maximo 7.6
<p>Hello Folks ,</p> <p> </p> <p>Hyperlink(drill through) from Chart is not working when I upload the report in Maximo . It is working in Designer though.It gives me error </p> <p> </p> <p><strong>Error 401: SRVE0295E: Error reported: 401</strong></p> <p> </p> <p>Interestingly, hyperlink is working on the table row (using…
-
Parameter to set date type in query
<p>I would like to display a parameter to the user to allow him/her to select the date used for the date range in the report. The range is simply table.reportdate => x and table.reportdate <= y. Most users are happy with reportdate, but some want to use a different date field in the system, which will return slightly…
-
can we run a query with dynamic parameters one by one and save it's result in an array and show
<p style="font-size:15px;font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;color:rgb(36,39,41);">Can we run a long query again and again with dynamic parameters and saving it's result in a map or an array and display it on the screen as a column...</p> <p style="font-size:15px;font-family:Arial, 'Helvetica Neue',…
-
Solution: Documentum D2 download content using a direct link
Hi, We had a requirement to open the document content using the URL from the eMail in a D2 environment with SSO enabled. Customer is using D2 4.5 version. We found that Download servlet works only with basic authentication which was not acceptable for the customer. Sample URL using Download servlet:…
-
Default Export Content settings
<p>Hi there all,</p> <p> </p> <p>From Actuate BIRT Designer Professional I create and run reports and then export the content to Excel. Most of the time I use the same page settings. But this means I have to chance them everytime. See attached images with the default BIRT settings and the default I would like to have.</p>…
-
Change default behavior for page break intervals
<p>Is it possible to change the default behavior for page break interval on new tables in a report? Right now the page break interval is set to 40 by default, which is never, ever, ever going to be what I want, especially for XLS format reports which split every 40 rows along separate sheets. Then I get an email with "Hey…