-
QueuedDocumentRetrieve Storage time
When an account is setup with or without the HIPPA immediate deletion upon delivery option and a fax is received and routed to QueuedDocumentRetrieve for retrieval via the API. How long is the fax document available for download via the API?
-
How to Display legend or chart titles at top left corner?
The Chart title and legend are displayed on the top at the center. Using the position property of title, I can either put it on left, top, right, bottom in actuate BIRT I would like to display it on top-left corner instead of top-center. Is it possible? Thanks in Advance!
-
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:…
-
SSO - Site Minder - xCP 2.0
Hi Everyone! I share this change in the library of SSO. From the paper, I made some modifications , such as dependences and other. I did a test and this is working correctly. I'm sharing with you the project and the jar. If someone has some asks, I'm available! I'm sorry my English is not the best.
-
Composer 7.1 builder error
I'm setting up a new instance of Composer and moving some of my code to it. I create an ant builder (Project -> Properties -> Builders -> New -> Ant Builder) it allows me to do that, but when I chose Project -> Build Project from the menu, I get the following error: Errors occurred during the build. Errors running builder…
-
Getting a DFC_BOF_WRONG_IDENTITY error when using ObjectService createPath method
I am attempting to use the ObjectService createPath() method for the first time. I thought I'd finally figured out all of the factories and contexts I neede to create, but when the createPath method fires, it gives me a DM_BOF_WRONG_IDENTITY error. I've got the session using the usual credentials. What is it looking for,…
-
dmf:text value as argument
Hi Is possible to send the value of a textbox as argument? <dmf:text id='text_search_scatola' name='text_search_scatola' tooltip='Inserire il codice scatola' /> <dmfx:actionlink name="cerca_scatole_button" label="Cerca scatola" action="cerca_scatole_action"> <dmfx:argument name="filtro_ricerca" value="text_search_scatola"…
-
Datagrid refresh
Hi all, I have a datagrid with paging option that I am populating with ResultSet (Not a DQL). I need to refresh the datagrid, when I add an item. The problem is if I do the refresh in onRender(), then it will always stay in the first page, and I can't navigate to the next page. And if I do the refresh and populating the…
-
Multiple Document Review in Folder
Hello There, Req 1 – User has multiple documents in Pending to be reviewed in a folder and would like the ability to select multiple documents to preview at one time. After they select multiple documents, and right-click > Preview, the preview pane opens. The user is able to review each document and OK it – by clicking OK…
-
Problem instantiating RemoteServices
Inside a native thread (C DLL) I attach to a previously created JavaVM (JNI AttachCurrentThread). Afterwards, I call a static method of a Java class which attempts to establish a Documentum connection via DFS. The call to "ServiceFactory.getRemoteService" fails with a NullPointerException. Here is the stack trace: at…