-
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:…
-
Error updating object attribute
I'm trying to update a type object and am getting the below error. Through various invenstigations, I'm pretty confident the issue is on the server rather than something with a local cache. [ERROR] FAILED QUERY: alter type act_document DROP components DfException:: THREAD: ModalContext; MSG:…
-
File Extension removal on import in webtop
Is there an option to remove the file extension of a file (ie .pdf) so that it doesn't become part of the name of the file in Documentum? Currently the "title" is the path of the document on my computer and the "name" of the document is the name of the file with the extension. I would like it to not add the extension on…
-
[DM_QUERY_E_BAD_EQUAL]error:"The attribute qualifier, b23, for attribute string_value is not a valid
Hello, I got the below error in my browser when I want to launch a statefull process containing more than 19 variables developped in xCP Designer 2.3 (Documentum 7.2) [DM_QUERY_E_BAD_EQUAL]error:"The attribute qualifier, b23, for attribute string_value is not a valid qualifier Thank you in advance
-
db query table blocking issue on MSSQL Server with TS 6.6
Hello Not overly familiar with xCP so coming in as a DBA. Performance issues being hunted down. Ran a trace for 8 hours and got 298 blocks between 2 and 5 seconds. Most blocks were part of blocking chains. Blocks affected the following: update dm_workflow_s set i_vstamp = i_vstamp where r_object_id = @P1 1. What is the…