-
Comments on Smart User Interface
Hi...im working on CS16 and I want to put comments next to a document name but in a smart ui, i can do it on the classic view I am now trying to figure out a way of making them appear in smart view as well, any idea on how to do that???
-
Appworks Platform: How do I use the Assignment Building Block
I'm trying to assign entities to users, who will "own them". I am using the Assignment Building Block. I can make it work by using a property to store the user name and typing it manually upon creation. But I want to be able to select a user from a dropdown list. I have tried changing my property to be an enumerated text,…
-
Update Documentum document type metadata with entity metadata values
Recently, we have realised is not possible add a document or file (Content building block and DCTM as repository) with any entity metadata values filled automatically. Updating DCTM metadata with appworks value is possible by customizing? do we need a custom solution (development)? Do you know any idea to solve this lack…
-
Charset name differences with the Exstream upgrade
With the Exstream upgrade from 16.2.4V to 23.2.1V, we are observing charset differences using the StteamDiff tool. Please comment on this behaviour, can this be ignored.
-
List all category callContent server 22.1 rest api
Is there a method to list all the categories of the system without it being associated with a node?
-
Blazon fail to convert part of word files to PDF until restart the IGC services
The Content server version is 16.2.1. There's a customized webreport sub-tag to call blazon to convert word to pdf and add banner/watermark (oscript). This sub-tag works good for many years. But recently it meets problem. For example, there were more than 20 workflows using this sub-tag to convert file. Nearly half of them…
-
Documentum D2 Action and Event
Dear All, My requirement is to reload the Documentum D2 4.6 external widget URL on event D2_EVENT_OBJECT_SELECTED. I have : 1. configured EXT_WIDGET_TEST with bidirectional check box checked. 2. Mentioned widget URL http://localhost:8080/myWidget?Id=$value("r_object_id") My widget is loaded in the workspace. However when I…
-
How to create Document using Content Server Web services via SOAP UI
How create document which are available in local or network drive using CWS as shown in the below xml. Can someone help me with this query! URL: https://<ServerName>:8443/cws/services/DocumentManagement?wsdl Method: CreateDocument xml Request : <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"…
-
How to set email properties with the Content Server rest api
Hi, With CWS I can do this to set the properties for an email (749) object. How do I do that with the rest api when creating a new node with type 749 trough the api/v2/nodes rest endpoint? I know that the content server tries to get the properties when adding a file but this information is not always correct and that is…
-
Integrating Issue with OpenText using Outsystem Platform Application
Hello Community Peeps, I am using Outsytems Platform Application to integrate with OpenText Extended ECM Content Server. The REST API that I am consuming is (POST | /v2/nodes) with the intent of uploading a document to Opentext. On the Outsystems Platform Application, the REST API is consumed with the request format of…