-
New Validation Users unable to see prior Invoices in Validation Client waiting to be validated
It has been our understanding that when a new user is added to /OTX/PDF01_ADM_VALA they are only able to see net new documents in the Validation Client. Is this expected? If not are we able to let new hires/users see prior documents? IE if I add a new user via this tcode, they only see invoices in the Validation Client…
-
How to create documents with and without watermark?
I am doing a project to generate a PDF but I need it to be generated 2 times, one with a watermark and the other without a watermark. Does anyone know if it can be done and how?
-
Business Workspace Perspectives - Enhancment Suggestions
Hi There, I have been using the Perspective Manager and there are some additional items that I would love to be included. An ability to remove a tab - once it has been added. There appears to be nothing in the UI/UX that allows for the removal of a tab Also, a way to create a conditional display on a tab (i.e. if category…
-
Add new column in Register Table
Hi All, Could you please let me know how to add a new column in the already existing registered table using DQL Query. CS Version: 20.2 Thanks, Srihari S
-
Restrict to have only one row in Grid in D2 Config
Hi All, I have a requirement to restrict Grid in Property Page to have only one row. Basically when user selects a value for a property in the drop down in the grid, automatically next row is displayed. Can we restrict it? next row should not be displayed after selecting value in the drop down. Can we write down any script…
-
Is there a REST equivalent of WS Impersonate User
Hi, I'm reviewing the REST API to help a client convert their application to use REST. One big gaping hole is that there doesn't seem to be any way to impersonate a user. Currently, they have a web based application where the user authenticates elsewhere, and a service account proxies all requests to Content Server via the…
-
How to resolve E_CONTENT_SOURCE_IS_MANDATORY error
Hi All, I am getting the error E_CONTENT_SOURCE_IS_MANDATORY when we try to create an object instance using the Documentum xCP web application. Application is developed using the xCP Designer version 23.2. Help to find the reason for the error and resolve it.
-
Content Server REST API for adding attributes to category
Dear All, I have used api/v1/nodes POST (body - type=131, parent_id and name) for creating a Category node. Please suggest REST API (or approach) that can be used for adding attributes to the Category.
-
How to get Users email ids present inside a group using just webreport without any livereport link.
I have a group named "QC_dep" and members "User1, User2, User3". I would like to use just a webreport to get email ID's of these three users. Could you please advice.
-
Remove a word from folder/file name
I have a folder "A" and files "B" inside where both name is A-locked and B-locked. I would like to use a webreport tag to find "-locked" word from folder/file name and remove it. Could you please advise!