-
rpc method for getContent
Hi How can I get rpc method when executing iapi command: getcontent,c,080003f28a55f487,richtext next,c,q1 get,c,q1,_content_buffer
-
unable to import document in xCP application after addition of business process.
Befor the addition of business process in am able to upload document but once i attached a synchronus process with the content type object not able to import object getting beloe error. Caused by: java.lang.RuntimeException: Unable to convert model for employee_related_do. at…
-
DRL accessibility on WDK
Hi All, I am new to WDK customization. I am trying to access the DRL component from WDK layer. I have added the drl component xml and jsp's to my custom folder. Still I am unable to access the component. Could you please anyone help and provide your guidance on this issue?
-
RETURN_TOP limit
I'm using IDfQuery.execute() to run a DQL query that is expected to return ~14m results. This is on a D6.7 docbase with an Oracle DB. I'm trying it with "ENABLE(RETURN_TOP limit)" hint in order to try to improve performance. When I set the limit to 999,999, the query returns within a few minutes without a problem. But when…
-
Show Date & Time in the webtop list
Dear Experts, I am trying to show the date & time in the webtop lists for r_modify_date column for a particular folder, i.e. on doclist_body, objectlist, myfiles, etc. I am using the <dmf:datevalueformatter> tag with type attribute with the values as short/medium/full but it always show only date & never the time part. Our…
-
Overriding Sign in Function in xCP 2.3 Application
Hi, I am looking for a way to override the Sign-in functionality in xCP 2.3 Application. Is there is any way to validate the user’s group before allowing the user to login into the application, if the user is not part of a group/role then the application should not let the user login and show error message in the Login…
-
How to show new line text using any of the text display components in xCP Designer
Hi to all, A screen of my application contains a text area which shows an output to the user. I am trying to write the output of a stateless flow which contains multiple lines to the screen (via text area). In text area, the newline characters are trimming and I got an ugly output as you can see below. I know that the…
-
invalidMessage vs invalidMessageList in xCP
Hi. We use xCP 16.4P6 and we have remnant expressions in our project that look like this: widgets.<widgetId>.invalidMessage The validator does not complain and the expression has the type string, single. However, it's not in the list of suggestions, but another one is: * Invalidity message (invalidMessageList) I didn't…
-
D2 Doclist with Dynamic DQL
I am trying to create a doclist based on a dynamic DQL. Based on the object select I need to view the set of documents. Below is the query I am using select $value(r_object_id),$value(default_attributes) from dm_document where r_object_id in (select child_id from dm_relation where parent_id='$value(r_object_id)' and…
-
D2 com.documentum.fc.common.DfException: [DM_EVENT_E_INVALID_ID]error: "Invalid handle error
Hello, We are getting below error when we try to open document from D2. It is opening fine from DA. Kindly suggest if there is any solution to fix this error. 2020-10-27 15:43:30 [ERROR] [https-openssl-nio-8443-exec-59] - c.e.d.d.a.InjectSessionAspect[ ] : {} com.documentum.fc.common.DfException:…